]> git.saurik.com Git - redis.git/commit - src/rdb.c
Initial support for key expire times with millisecond resolution. RDB version is...
authorantirez <antirez@gmail.com>
Wed, 9 Nov 2011 15:51:19 +0000 (16:51 +0100)
committerantirez <antirez@gmail.com>
Wed, 9 Nov 2011 15:51:19 +0000 (16:51 +0100)
commit7dcc10b65e0075fccc90d93bac5b078baefdbb07
tree4a3edbc27f593fa473ffb1032b219bac2ba50ccd
parent14ed10d9573b57c43011c2af2f5abb771abc7bfb
Initial support for key expire times with millisecond resolution. RDB version is now 3, new opcoded added for high resolution times. Redis is still able to correctly load RDB version 2. Tests passing but still a work in progress. API to specify milliseconds expires still missing, but the precision of normal expires is now already improved and working.
src/aof.c
src/db.c
src/rdb.c
src/rdb.h
src/redis.h
src/t_string.c