- 31 May, 2011 5 commits
- 30 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 29 May, 2011 1 commit
-
-
antirez authored
-
- 28 May, 2011 2 commits
- 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 2 commits
- 22 May, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 20 May, 2011 2 commits
- 19 May, 2011 2 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
- 15 May, 2011 3 commits
- 13 May, 2011 1 commit
-
-
antirez authored
-
- 12 May, 2011 3 commits
- 11 May, 2011 1 commit
-
-
antirez authored
removed assert causing an illegal memory access. This was responsible of crashes during BLPOP and other list blocking operations.
-
- 10 May, 2011 3 commits
-
-
antirez authored
RDB version signature bumped to 2, now that direct saving of specially encoded types is implemented 2.2 instances are no longer able to read rdb files produced by 2.4 or unstable.
-
antirez authored
-
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 3 commits
-
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
- 01 May, 2011 2 commits
- 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
-
- 27 Apr, 2011 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-