]> git.saurik.com Git - redis.git/commit
Fixed command table for RESTORE to make it accepting keys only for the right slots...
authorantirez <antirez@gmail.com>
Thu, 29 Sep 2011 13:14:06 +0000 (15:14 +0200)
committerantirez <antirez@gmail.com>
Thu, 29 Sep 2011 13:14:06 +0000 (15:14 +0200)
commit7afc3a9611a598686efb8d612f919d921b3487ec
treeb46482ae36fd6e3db29d6f2738d57bffc0bd72e3
parentd7021b081b3d1c768bc27f0634515f0b8c850424
Fixed command table for RESTORE to make it accepting keys only for the right slots when cluster is enabled.
src/redis.c