- 26 Oct, 2011 3 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
2.4
-
antirez authored
Clear the AOF rewrite scheduled flag once an AOF rewrite is triggered. Fix for issue #161, probably fixing 159 as well.
-
- 23 Oct, 2011 4 commits
- 21 Oct, 2011 1 commit
-
-
Nathan Florea authored
-
- 18 Oct, 2011 3 commits
- 17 Oct, 2011 6 commits
- 14 Oct, 2011 5 commits
- 10 Oct, 2011 6 commits
-
-
antirez authored
-
Nathan Florea authored
Added a configuration directive to allow a user to specify the permissions to be granted to the Unix socket file. I followed the format Pieter and Salvatore discusses in issue #85 ( https://github.com/antirez/redis/issues/85).
-
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
-