From: antirez Date: Sat, 12 Nov 2011 00:04:27 +0000 (+0100) Subject: Fixed issues with expire introduced with latest millisecond resolution feature. Many... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/4be855e757b800a9f848823fcee8b7faf3e1eba0?hp=4be855e757b800a9f848823fcee8b7faf3e1eba0 Fixed issues with expire introduced with latest millisecond resolution feature. Many time_t were not converted to long long, and one time() call was not replaced with mstime(). ---