- 16 Jul, 2014 1 commit
- 
- 
antirez authored
 
- 
- 14 Jul, 2014 1 commit
- 
- 
Salvatore Sanfilippo authoredFix OBJECT arity 
 
- 
- 11 Jul, 2014 2 commits
- 
- 
michael-grunder authoredPreviously, the command definition for the OBJECT command specified a minimum of two args (and that it was variadic), which meant that if you sent this: OBJECT foo When cluster was enabled, it would result in an assertion/SEGFAULT when Redis was attempting to extract keys. It appears that OBJECT is not variadic, and only ever takes 3 args. https://gist.github.com/michael-grunder/25960ce1508396d0d36a 
- 
antirez authored
 
- 
- 10 Jul, 2014 5 commits
- 09 Jul, 2014 1 commit
- 
- 
antirez authored
 
- 
- 08 Jul, 2014 6 commits
- 07 Jul, 2014 3 commits
- 05 Jul, 2014 2 commits
- 
- 
antirez authoredWe now wait up to 1 second for diff data to come from the parent, however we use poll(2) to wait for more data, and use a counter of contiguous failures to get data for N times (set to 20 experimentally after different tests) as an early stop condition to avoid wasting 1 second when the write traffic is too low. 
- 
antirez authored
 
- 
- 04 Jul, 2014 9 commits
- 02 Jul, 2014 10 commits