- 10 Oct, 2011 4 commits
-
-
Nathan Florea authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 06 Oct, 2011 1 commit
-
-
antirez authored
-
- 04 Oct, 2011 1 commit
-
-
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.
-
- 29 Sep, 2011 1 commit
-
-
antirez authored
-
- 21 Sep, 2011 3 commits
-
-
Juri M. Vainonen authored
fixed a small bug that caused redis-cli to segfault when given single numeric parameter greater that zero.
-
antirez authored
-
antirez authored
-
- 20 Sep, 2011 6 commits
-
-
antirez authored
-
antirez authored
hash zipmap max entries and entry size information removed from INFO command since we have this info and the equivalent info for sets, hashes, zset accessible via the CONFIG GET command.
-
vambo authored
-
Konstantin Tokarev authored
Applied patch from Issue 119 provided by pahowes@gmail.com
-
Konstantin Merenkov authored
-
antirez authored
-
- 19 Sep, 2011 15 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
Emit a log message when AOF fsync is still in progress but we are forced to write from the main thread since two seconds already elapsed.
-
antirez authored
-
antirez authored
fixed flushAppendOnlyFile() function prototype to reflect the new implementation, fixing compilation.
-
antirez authored
-
antirez authored
-
antirez authored
Added aof_backgronud_fsync() function, and use it in the bacground rewrite done handler when the fsync policy is everysec.
-
antirez authored
-
antirez authored
fixed a problem in bioOlderJobType() when there are no jobs of the specified type. Now the function returns 0 when this happens.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Background I/O library enhanced so that the main thread can query for the number of pending jobs of the specified type.
-
- 16 Sep, 2011 4 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 15 Sep, 2011 2 commits
- 14 Sep, 2011 3 commits
-
-
antirez authored
Optimize LRANGE to scan the list starting from the head or the tail in order to traverse the minimal number of elements. Thanks to Didier Spezia for noticing the problem and providing a patch.
-
antirez authored
-
antirez authored
use bio.c instead of libeio for closing the AOF file in background. Some comment added and other minor changes.
-