]> git.saurik.com Git - redis.git/commit - src/redis.h
high resolution expires API modified to use separated commands. AOF transation to...
authorantirez <antirez@gmail.com>
Thu, 10 Nov 2011 16:52:02 +0000 (17:52 +0100)
committerantirez <antirez@gmail.com>
Thu, 10 Nov 2011 16:52:02 +0000 (17:52 +0100)
commit12d293ca6edab6cc94cbd90840c629a535a12aef
treeb9f54329341874b30b495caee56d92c6bb75df4a
parentdab5332f95bd2f4fabf8e746b0998cd5bc37e448
high resolution expires API modified to use separated commands. AOF transation to PEXPIREAT of all the expire-style commands fixed.
src/aof.c
src/db.c
src/redis.c
src/redis.h
src/t_string.c