- 02 Jul, 2011 2 commits
- 30 Jun, 2011 5 commits
-
-
antirez authored
-
antirez authored
More redis.conf self-documentation. Now even queries that took exactly server.slow_log_slower_than are logged, as this is not exact but is more intuitive for people, and a value of 0 will force every query to be logged.
-
antirez authored
-
antirez authored
-
antirez authored
-
- 29 Jun, 2011 1 commit
-
-
antirez authored
Partial fix for a problem with AOF and BRPOP. We have at least a single evidence of an AOF that ended with a BRPOP call against an empty list, causing later issues at run time. Now the problem is detected while loading the AOF at startup, even if it is still to understand how the corrupted AOF was generated.
-
- 25 Jun, 2011 1 commit
-
-
antirez authored
-
- 24 Jun, 2011 1 commit
-
-
Damian Janowski authored
-
- 20 Jun, 2011 10 commits
- 17 Jun, 2011 2 commits
- 12 Jun, 2011 1 commit
-
-
Hampus Wessman authored
Slight adjustment in growth calculation.
-
- 10 Jun, 2011 11 commits
- 09 Jun, 2011 2 commits
-
-
Hampus Wessman authored
echo with escape sequences isn't portable. Use printf instead.
-
antirez authored
Two fixes for replication: Slave performs the AOF rewrite at the right point. Non blocking connect also uses readable handler as with old Linux kernels like 2.6.18 on connection refused the writable even is not fired (kernel bug).
-
- 08 Jun, 2011 1 commit
-
-
antirez authored
-
- 03 Jun, 2011 1 commit
-
-
antirez authored
-
- 01 Jun, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-