]> git.saurik.com Git - redis.git/commit
Added a new API to replicate an additional command after the replication of the curre...
authorantirez <antirez@gmail.com>
Tue, 28 Feb 2012 17:03:08 +0000 (18:03 +0100)
committerantirez <antirez@gmail.com>
Tue, 28 Feb 2012 17:03:08 +0000 (18:03 +0100)
commiteeb34eff52eb77ff387ea7b316b157aa4337bb7f
tree9055543bc085a3996b5b7a3c2eb1feeb6a1a3199
parentd8b1228bf6cbe2969a93b5f48b8cffba2d9772ae
Added a new API to replicate an additional command after the replication of the currently executed command, in order to propagte the LPUSH originating from RPOPLPUSH and indirectly by BRPOPLPUSH.
src/redis.c
src/redis.h
src/t_list.c