- 24 Apr, 2012 3 commits
-
-
antirez authored
1) One integer "immediate" encoding that can encode from 0 to 12 in the encoding byte itself. 2) One 8 bit signed integer encoding that can encode 8 bit signed small integers in a single byte. The idea is to exploit all the not used bits we have around in a backward compatible way.
-
antirez authored
-
Grisha Trubetskoy authored
fit in 24 bits (thanks to antirez for catching and solving the two's compliment bug). Increment REDIS_RDB_VERSION to 6
-
- 23 Mar, 2012 1 commit
-
-
antirez authored
-
- 14 Feb, 2012 1 commit
-
-
antirez authored
-
- 09 Feb, 2012 3 commits
- 08 Feb, 2012 2 commits
- 04 Jan, 2012 1 commit
-
-
Pieter Noordhuis authored
To improve the performance of the ziplist implementation, some functions have been converted to macros to avoid unnecessary stack movement and duplicate variable assignments.
-
- 23 Oct, 2011 1 commit
-
-
antirez authored
-
- 05 May, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 14 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 09 Mar, 2011 1 commit
-
-
antirez authored
-
- 28 Feb, 2011 1 commit
-
-
antirez authored
-
- 23 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 07 Dec, 2010 1 commit
-
-
antirez authored
LRANGE converted into a COW friendly command. Some refactoring, comment, and new addReply*() family function added in the process.
-
- 02 Nov, 2010 1 commit
-
-
antirez authored
-
- 14 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 23 Sep, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 06 Sep, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
In the condition where the prevlen field of the next entry on insert and delete operations needs more bytes to be properly encoded, the next entry also needs to be updated with a new prevlen. This patch makes sure that this effect cascades throughout the ziplist.
-
- 13 Aug, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 27 Jul, 2010 1 commit
-
-
antirez authored
-
- 01 Jul, 2010 2 commits
-
-
antirez authored
-
antirez authored
networking related stuff moved into networking.c moved more code more work on layout of source code SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;) cleanly compiling again after the first split, now splitting it in more C files moving more things around... work in progress split replication code splitting more Sets split Hash split replication split even more splitting more splitting minor change
-
- 09 Jun, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 01 Jun, 2010 3 commits
-
-
Pieter Noordhuis authored
use integer types from stdint.h to be more verbose on the size in bytes of encoded elements. update list length to use 2 bytes instead of 1.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 31 May, 2010 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 30 May, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 29 May, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-