- 15 Nov, 2011 1 commit
-
-
antirez authored
-
- 14 Nov, 2011 5 commits
- 12 Nov, 2011 3 commits
- 11 Nov, 2011 2 commits
- 10 Nov, 2011 1 commit
-
-
antirez authored
high resolution expires API modified to use separated commands. AOF transation to PEXPIREAT of all the expire-style commands fixed.
-
- 09 Nov, 2011 6 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Initial support for key expire times with millisecond resolution. RDB version is now 3, new opcoded added for high resolution times. Redis is still able to correctly load RDB version 2. Tests passing but still a work in progress. API to specify milliseconds expires still missing, but the precision of normal expires is now already improved and working.
-
antirez authored
-
- 08 Nov, 2011 11 commits
-
-
antirez authored
-
antirez authored
entry. Field name of hash entry union modified for clarity.
-
antirez authored
-
antirez authored
dict.c: added macros in dict.h to set signed and unsigned 64 bit values directly inside the hash entry without using additional memory.
-
antirez authored
-
antirez authored
dict.c: added two lower level methods for directly manipulating hash entries. This is useful in order to set 64 bit integers as values directly inside the hash entry (in order to save memory), without casting, and even in 32 bit builds.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Multi bulk optimization for creating big objects without copying data is no longer optional, #ifdefs removed. Also debugging messages removed.
-
antirez authored
to 16k, request buffer size is no longer destroyed when emtpy and large (better fix needed). Redis clients static output buffer set to 16k as well.
-
- 07 Nov, 2011 5 commits
-
-
antirez authored
-
antirez authored
speed-regression.tcl: move tests, data size, requests in global vars that will be changed via command line options.
-
antirez authored
speed-regression.tcl script: killing previously tested instance fixed. Don't run if there is already an instance running in the same port.
-
antirez authored
-
antirez authored
-
- 04 Nov, 2011 5 commits
- 03 Nov, 2011 1 commit
-
-
antirez authored
further optimizations for the multi bulk protocol parsing code when big objects are transmitted to Redis.
-