]> git.saurik.com Git - redis.git/history - src/redis.h
Add sds function that can be called with va_list
[redis.git] / src / redis.h
2010-09-02  Pieter NoordhuisChanged reply buildup internals
2010-09-02  Pieter NoordhuisRemoved unneeded function
2010-09-02  Pieter NoordhuisUse specialized function to add multi bulk reply length
2010-08-30  Pieter NoordhuisWrapper for adding unknown multi bulk length to reply...
2010-08-30  Pieter NoordhuisRefactor reply buildup for speed on large multi bulk...
2010-08-30  antirezFix for a race in BGSAVE that may result in some data...
2010-08-26  antireztest for intset integer encodability test and some...
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-25  Pieter NoordhuisMerge master and move argument splitting patch to sds.c
2010-08-24  antirezsanity check for the bulk argument in protocol parsing...
2010-08-21  Pieter NoordhuisRename iterator to setTypeIterator for consistency
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-03  antirezPERSIST command implemented
2010-08-03  antirezMerge remote branch 'pietern/test-encoding-fix' into...
2010-08-03  antirezallow to set a new EXPIRE of an existing volatile key
2010-08-02  antirezsupport for write operations against expiring keys...
2010-07-27  antirezmalloc definition with deprecated attribute was duplica...
2010-07-27  antirezSTRLEN command implemented
2010-07-27  antirezuse the function deprecated attribute if compiling...
2010-07-22  antirezdon't use object sharing inside I/O threads, as a fix...
2010-07-05  antirezFixed compilation on *BSD systems
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezCompilation fixed on Linux after the source code split
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.