- 11 Feb, 2015 14 commits
- 
- 
antirez authored
- 
antirez authoredFixed by @oranagra, thank you. 
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authoredAvoid code repetition introduced with PR #2367, also fixes the return value to always return 0 if there is nothing more to rehash. 
- 
Sun He authored
- 
antirez authoredThis is very similar to the optimization applied to dictGetRandomKeys, but applied to the single key variant. Related to issue #2306. 
- 
antirez authoredRelated to issue #2306. 
- 
antirez authoredWe use the invariant that the original table ht[0] is never populated up to the index before the current rehashing index. Related to issue #2306. 
- 
antirez authoredRelated to issue #2306. 
- 
antirez authoredRelated to issue #2306. 
- 
antirez authoredRelated to issue #2306. 
 
- 
- 10 Feb, 2015 4 commits
- 
- 
antirez authoredThis test on Linux was extremely slow, since in Tcl we can't enable easily tcp-nodelay, so the busy loop used to take *a lot* with bigger writes. Fixed using pipelining. 
- 
antirez authored
- 
antirez authoredRelated to issue #2372. 
- 
Salvatore Sanfilippo authoredFix HAVE_BACKTRACE on Linux 
 
- 
- 09 Feb, 2015 1 commit
- 
- 
antirez authored
 
- 
- 08 Feb, 2015 2 commits
- 
- 
antirez authored--stat mode already used to reconnect automatically if the server is no longer available. This is useful since this is an interactive mode used for debugging, however the same applies to --latency and --latency-dist modes, so now both use the reconnecting command execution as well. The reconnection code was modified to use basic VT100 escape sequences in order to play better with different kinds of output on the screen when the reconnection happens, and to hide the reconnection attempt output when finally the reconnection happens. 
- 
antirez authoredSo far not able to find a color palette within the 256 colors which is not confusing. However I believe it is a possible task, so will try better later. 
 
- 
- 07 Feb, 2015 5 commits
- 
- 
antirez authoredStill not happy with the result but low grays are hard to see in certain monitors with a non perfect gamma. 
- 
antirez authored
- 
Mariano Pérez Rodríguez authoredFixing #2371 as per @mattsta's suggestion 
- 
antirez authored
- 
antirez authored
 
- 
- 04 Feb, 2015 3 commits
- 03 Feb, 2015 9 commits
- 
- 
antirez authoredRelated to #2346. 
- 
antirez authoredRelated to #2346. 
- 
Salvatore Sanfilippo authoredLittle optimization & bug fix in sort.c 
- 
antirez authored
- 
git://github.com/mihirvj/redisantirez authored
- 
antirez authored
- 
antirez authoredThis also makes it backward compatible in the usage, but for the command name. However the old command name was less obvious so it is worth to break it probably. With the new setup the program main can perform argument parsing and everything else useful for an RDB check regardless of the Redis server itself. 
- 
antirez authoredBacktrace is a glibc extension, while setproctitle() implementation depends on the memory layout and is partially libc dependent. 
- 
antirez authored
 
- 
- 02 Feb, 2015 2 commits
- 
- 
Salvatore Sanfilippo authoredFix redis-cli CSV NIL output 
- 
Sun He authoredalso fix the situation "dontsort DESC" of a list 
 
-