- 05 Oct, 2011 2 commits
- 04 Oct, 2011 5 commits
-
-
antirez authored
-
antirez authored
redisAssertWithClientInfo() is now redisAssertWithInfo() that is also able to report an optional object. The client is also optional. Specifying NULL will prevent dumping the not available information (either client or object).
-
antirez authored
Introduced a redisAssert() variant that is able to show information about the client in the context where the failed assertion was detected.
-
antirez authored
redis-trib: create subcommand fixed calling node info loading method. Was needed after recent refactoring.
-
antirez authored
Redis test ports selection made more robust. This prevents the test from hanging if an already bound port is selected but the TCP server listening to it does not cause a protocol error with a Redis client PING. Also base port moved away from the range near to the Redis Cluster gossip ports.
-
- 03 Oct, 2011 11 commits
-
-
antirez authored
Revert "Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident." After talking with Pieter he changed my mind about this, it is better to have a simpler install script that works everywhere, and the complex one can be always executed if needed by hand. We'll make possibly a new target for the full featured installation script, and even suggest it after a Make install. This reverts commit f1e60d75.
-
antirez authored
Rewrite MIGRATE as DEL for AOF/replication. Also increment the dirty counter to both force replication and persistence.
-
antirez authored
increment server.dirty in restore command to make sure it is replicated and increments the dirty count for persistence concerns.
-
Salvatore Sanfilippo authored
Use rank information to compute ZCOUNT
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident.
-
dvir volk authored
-
dvir volk authored
-
dvir volk authored
-
dvir volk authored
-
- 02 Oct, 2011 1 commit
-
-
antirez authored
-
- 01 Oct, 2011 1 commit
-
-
antirez authored
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.
-
- 30 Sep, 2011 7 commits
-
-
antirez authored
-
antirez authored
redis-trib: initial working implementation of cluster rehashing, more work needed to make it more correct, more reliable.
-
antirez authored
-
antirez authored
-
antirez authored
Clear the importing status from the slot if a CLUSTER SETSLOT command permanently assigns the slot to the importing node.
-
antirez authored
-
antirez authored
redis-trib: initial slots allocation strategy, still to improve for better balancing when there are just a few slots to move.
-
- 29 Sep, 2011 10 commits
-
-
antirez authored
-
antirez authored
redis-trib: minor refactoring creating a method to load the cluster information starting from a single node
-
antirez authored
-
antirez authored
-
antirez authored
Fixed command table for RESTORE to make it accepting keys only for the right slots when cluster is enabled.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 28 Sep, 2011 3 commits