summaryrefslogtreecommitdiff
path: root/src/sds.h
Commit message (Expand)AuthorAgeFilesLines
* sds.c: sdssplitargs_free() removed as it was a duplicate.antirez2013-03-061-1/+0
* Added consts keyword where possibleErik Dubbelboer2012-03-301-11/+11
* sds.c: sdsAllocSize() function added.antirez2012-03-141-0/+2
* sds.c no longe pre-allocate more than 1MB of free space ahead. This fixes iss...antirez2012-01-161-0/+2
* Added sdscatsds() to sds.c/hantirez2011-11-211-0/+1
* sdsMakeRoomFor() exposed as public API. sdsIncrLen() added. Both the changes ...antirez2011-11-021-0/+4
* Re-use AOF buffer when it is small enoughPieter Noordhuis2011-09-131-0/+1
* Make sure error and status replies emitted by Lua scripts can never have more...antirez2011-05-251-0/+1
* Inline sdslen and sdsavail (thanks to @bitbckt)Pieter Noordhuis2011-05-051-0/+10
* initial cluster config load codeantirez2011-04-071-0/+1
* Change function name to match what it doesPieter Noordhuis2010-12-101-1/+1
* Add generic function to grow an sds valuePieter Noordhuis2010-12-101-1/+1
* Add commands SETBIT/GETBITPieter Noordhuis2010-12-091-0/+1
* Add sds function that can be called with va_listPieter Noordhuis2010-09-021-0/+2
* redis cli argument splitting is general and is now moved into the sds.c libantirez2010-08-051-0/+1
* redis.c split into many different C files.antirez2010-07-011-0/+74