- 14 Oct, 2011 2 commits
- 13 Oct, 2011 2 commits
- 10 Oct, 2011 6 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
Unlink Unix socket file on shutdown
-
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).
-
antirez authored
-
antirez authored
-
antirez authored
-
- 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 6 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
-
antirez authored
-
Salvatore Sanfilippo authored
fixes to install scripts
-
- 04 Oct, 2011 6 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.
-
dvir volk authored
-
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 1 commit
-
-
antirez authored
-