- 30 Sep, 2011 4 commits
-
-
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
- 27 Sep, 2011 6 commits
- 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 4 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.
-
antirez authored
-
- 21 Sep, 2011 3 commits
-
-
Salvatore Sanfilippo authored
redis-cli segfaults with single numeric argument greater than zero
-
Juri M. Vainonen authored
fixed a small bug that caused redis-cli to segfault when given single numeric parameter greater that zero.
-
antirez authored
-
- 20 Sep, 2011 6 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Spelling fixes.
-
Salvatore Sanfilippo authored
Corrected typo in documentation for R_Zero, R_PosInf, R_NegInf, R_Nan;
-
Salvatore Sanfilippo authored
Fixed compilation on Mac/PPC
-