- 01 Jul, 2011 1 commit
-
-
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.
-
- 22 Jun, 2011 1 commit
-
-
antirez authored
-
- 17 Jun, 2011 1 commit
-
-
antirez authored
Use a safe iterator while saving the DB, since the getExpire() function will access the iterating dictionary.
-
- 14 Jun, 2011 3 commits
- 09 Jun, 2011 2 commits
- 27 May, 2011 3 commits
- 26 May, 2011 1 commit
-
-
antirez authored
Fix for issue 516, rewriting the command vector to correctly repliate BRPOPLPUSH. Still to test everything, especially edge cases
-
- 25 May, 2011 1 commit
-
-
antirez authored
Fix for Pub/Sub system, introduced in Redis 2.2.6 with the new copy-on-write safe iterator semantics. In the hope this is the last bug I introduced this way.
-
- 24 May, 2011 1 commit
-
-
antirez authored
-
- 21 May, 2011 1 commit
-
-
antirez authored
-
- 15 May, 2011 1 commit
-
-
antirez authored
-
- 13 May, 2011 2 commits
- 12 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 11 May, 2011 2 commits
- 10 May, 2011 2 commits
- 07 May, 2011 1 commit
-
-
antirez authored
when Redis fails accepting a new connection reports the error at WARNING and not VERBOSE error level. Thanks to offby1 for proposing this in the Redis mailing list. #backport-candidate
-
- 05 May, 2011 2 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
- 29 Apr, 2011 1 commit
-
-
antirez authored
Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the connection with its slaves
-
- 22 Apr, 2011 2 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
- 15 Apr, 2011 2 commits
-
-
antirez authored
- 06 Apr, 2011 4 commits
- 31 Mar, 2011 2 commits
- 22 Mar, 2011 1 commit
-
-
antirez authored
-
- 06 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-