]> git.saurik.com Git - redis.git/commit
when processing gossip packets make sure to also update the node bitmap when associat...
authorantirez <antirez@gmail.com>
Sat, 1 Oct 2011 13:11:07 +0000 (15:11 +0200)
committerantirez <antirez@gmail.com>
Sat, 1 Oct 2011 13:11:07 +0000 (15:11 +0200)
commit66c146592a0c0ff39570633811008cee8773233e
tree92f1e9187e08c9f4a207d8c0bdf7db4d4e6bb3db
parent7112580cb3368d08f0672360b856e8a0d9892051
when processing gossip packets make sure to also update the node bitmap when associating slots to nodes. Fixed simply using the appropriate helper function to add a slot.
src/cluster.c