summaryrefslogtreecommitdiff
path: root/src/t_string.c
Commit message (Expand)AuthorAgeFilesLines
* Convert objects in the command procs instead of the protocol codePieter Noordhuis2010-10-171-0/+5
* Use specialized function to add status and error repliesPieter Noordhuis2010-09-021-2/+2
* Use existing reply functions where possiblePieter Noordhuis2010-09-021-1/+1
* Use specialized function to add multi bulk reply lengthPieter Noordhuis2010-09-021-1/+1
* support for write operations against expiring keys, by master-controlled expi...antirez2010-08-021-1/+0
* STRLEN command implementedantirez2010-07-271-0/+9
* WATCH is now affected only when write commands actually modify the key contentantirez2010-07-121-1/+5
* redis.c split into many different C files.antirez2010-07-011-0/+251