]> git.saurik.com Git - redis.git/commit - src/aof.c
Fixed issues with expire introduced with latest millisecond resolution feature. Many...
authorantirez <antirez@gmail.com>
Sat, 12 Nov 2011 00:04:27 +0000 (01:04 +0100)
committerantirez <antirez@gmail.com>
Sat, 12 Nov 2011 00:04:27 +0000 (01:04 +0100)
commit4be855e757b800a9f848823fcee8b7faf3e1eba0
tree343f57b92f351cd0961c88631b5c886c5d4ec7cd
parent3570629f9006687177b86f279ea9a6b2e8690e67
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().
src/aof.c
src/debug.c
src/rdb.c
src/redis.c