- 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 2 commits
- 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 3 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 15 Apr, 2011 5 commits
- 06 Apr, 2011 6 commits
- 31 Mar, 2011 3 commits
-
-
antirez authored
fixed memory leak introduced with the previous commit. Many thanks to Pieter Noordhuis for spotting it in no time
-
antirez authored
-
antirez authored
Fixed issue #503. MONITOR + QUIT could crash the server, there are actually other interactions that could have the same effect (for instance Pub/Sub).
-
- 22 Mar, 2011 1 commit
-
-
antirez authored
-
- 07 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 4 commits
- 23 Feb, 2011 2 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
- 22 Feb, 2011 4 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
fixed color support for test suite. Now colors are shown as long as there is xterm somewhere inside the TERM env var
-
Paul Gideon Dann authored
-
- 21 Feb, 2011 1 commit
-
-
antirez authored
-