- 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
- 27 Sep, 2011 4 commits
-
-
antirez authored
-
antirez authored
Return errors if a write command is called inside a Lua script after a random command was called. See https://github.com/antirez/redis/issues/95 for more information.
-
antirez authored
-
antirez authored
-
- 26 Sep, 2011 1 commit
-
-
antirez authored
-
- 23 Sep, 2011 3 commits
-
-
antirez authored
Lua math.random and math.randomseed replaced with our own version based on redisSrand48(). Seed initialized to the same value at every EVAL/EVALSHA call.
-
antirez authored
-
antirez authored
libc neutral random function derived from a drand48() implementation added. Will be used to replace Lua's math.random implementation.
-
- 22 Sep, 2011 3 commits
-
-
antirez authored
rioInitWithFile nad rioInitWithBuffer functions now take a rio structure pointer to avoid copying a structure to return value to the caller.
-
antirez authored
make sure to return just 1 for rio.c write when the target is a buffer, as we do when the target is a file.
-
antirez authored
comment on top of the _rio structure modified for correctness as actually fwrite/fread semantics is different in general, but was 0/1 in our old usage before rio.c as we always used 1 as number items, and the actual number of bytes to read as item length.
-
- 21 Sep, 2011 1 commit
-
-
Juri M. Vainonen authored
fixed a small bug that caused redis-cli to segfault when given single numeric parameter greater that zero.
-
- 20 Sep, 2011 1 commit
-
-
antirez authored
-
- 19 Sep, 2011 3 commits
- 16 Sep, 2011 4 commits