- 10 May, 2011 1 commit
-
-
antirez authored
Introduced a safe iterator interface that can be used to iterate while accessing the dictionary at the same time. Now the default interface is consireded unsafe and should be used only with dictNext()
-
- 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 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 04 Mar, 2011 3 commits
- 23 Feb, 2011 2 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
- 22 Feb, 2011 1 commit
-
-
Paul Gideon Dann authored
-
- 21 Feb, 2011 3 commits
- 17 Feb, 2011 2 commits
- 15 Feb, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 14 Feb, 2011 1 commit
-
-
antirez authored
-
- 07 Feb, 2011 2 commits
- 31 Jan, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 27 Jan, 2011 1 commit
-
-
antirez authored
propagate key eviction to slaves and AOF, like for expires, so that replicas and AOFs are always consistent even in maxmemory mode.
-
- 25 Jan, 2011 1 commit
-
-
antirez authored
-
- 24 Jan, 2011 1 commit
-
-
antirez authored
-