- 12 May, 2011 2 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 8 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 22 Apr, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 21 Apr, 2011 6 commits
- 20 Apr, 2011 10 commits
-
-
antirez authored
-
antirez authored
encoding.c/h added, this new functions make sure that even our in memory represenation of encoded types is endianess agnostic, so we can save this stuff directly on disk without problems when reloading on a different arch.
-
antirez authored
-
antirez authored
-
antirez authored
fix type id for specially encoded data types, for direct blob saving of intsets, ziplists and zipmaps
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-