]> git.saurik.com Git - redis.git/commit - src/cluster.c
Fixed semantics of CLUSTER SETSLOT, SELECT now only denied in cluster mode if selecte...
authorantirez <antirez@gmail.com>
Thu, 5 May 2011 16:10:02 +0000 (18:10 +0200)
committerantirez <antirez@gmail.com>
Thu, 5 May 2011 16:10:02 +0000 (18:10 +0200)
commita7b058dae612ad3ab31a2b2d6f07e5ff7fe06618
tree8136e8d151e6362c8de07bea21c7c6d4a0a06146
parent46834808fe31e7cbf08d6c9f7638a54c5c8bff8a
Fixed semantics of CLUSTER SETSLOT, SELECT now only denied in cluster mode if selected DB is not 0 so that MIGRATE still works well.
src/cluster.c
src/db.c