]> git.saurik.com Git - redis.git/commit
Fixed command table for SETEX and PSETEX causing the expire time to be hashed by...
authorantirez <antirez@gmail.com>
Tue, 22 Nov 2011 09:16:15 +0000 (10:16 +0100)
committerantirez <antirez@gmail.com>
Tue, 22 Nov 2011 09:16:15 +0000 (10:16 +0100)
commit39da5d1f2183eb6e7440bf742b558f974a5a4172
treee5c24f2a167bbab7dbada8b670f04eb24f46145f
parent7501c66f2e614fe997f5753f206b6034efed7029
Fixed command table for SETEX and PSETEX causing the expire time to be hashed by Redis cluster instead of the key.
src/redis.c