- 21 Apr, 2011 3 commits
- 20 Apr, 2011 13 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
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 19 Apr, 2011 3 commits
- 15 Apr, 2011 6 commits
- 06 Apr, 2011 10 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
Conflicts: src/object.c
-
antirez authored
-
antirez authored
make sure that OBJECT ENCODING returns skiplist for sorted sets, and not raw, so that once we will merge specially encoded sorted sets everything will make sense.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 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 2 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-