summaryrefslogtreecommitdiff
path: root/sds.h
Commit message (Expand)AuthorAgeFilesLines
* added sdstoupper() declaration in sds.hantirez2009-12-181-0/+1
* use __attribute__ format in sdscatprintf() when the compiler is GCC. Fixed fo...antirez2009-12-051-0/+7
* undoed all the sds hacking that lead just to random bugs and no memory saving ;)antirez2009-10-071-4/+2
* Issue 69 fixed. Object integer encoding now works with replication and MONITO...antirez2009-10-021-2/+4
* now Redis is C99-okantirez2009-03-271-1/+1
* first commitantirez2009-03-221-0/+63