- 10 Oct, 2011 1 commit
-
-
Nathan Florea authored
Added a configuration directive to allow a user to specify the permissions to be granted to the Unix socket file. I followed the format Pieter and Salvatore discusses in issue #85 ( https://github.com/antirez/redis/issues/85).
-
- 09 Oct, 2011 1 commit
-
-
Nathan Florea authored
-
- 08 Oct, 2011 1 commit
-
-
antirez authored
Thanks to @ardsrk.
-
- 07 Oct, 2011 2 commits
- 05 Oct, 2011 4 commits
-
-
antirez authored
-
antirez authored
A node can populate a slot if a message from a trusted slot is received claiming ownership of this slot, that is currently empty or served by a node in FAIL state. However this feature was broken since calling clusterAddSlot() was not enough as the slot bit is already set in the node that pong us. We need to directly alter the table. This commit fixes the issue.
-
antirez authored
-
antirez authored
-
- 04 Oct, 2011 4 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.
-
- 03 Oct, 2011 6 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.
-
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.
-
- 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 2 commits