summaryrefslogtreecommitdiff
path: root/src/t_string.c
Commit message (Expand)AuthorAgeFilesLines
...
* INCRBYFLOAT implementationantirez2011-11-121-0/+26
* high resolution expires API modified to use separated commands. AOF transatio...antirez2011-11-101-8/+14
* Initial support for key expire times with millisecond resolution. RDB version...antirez2011-11-091-1/+1
* useless call removed, thanks to Pieter for spotting thisantirez2011-06-201-1/+0
* DB API refactoring. The changes were designed together with Pieter Noordhuis.antirez2011-06-201-32/+20
* Fixed return value of GETRANGE / SUBSTRantirez2011-03-041-2/+2
* Merge branch 'master' into unstableantirez2011-01-041-1/+0
|\
| * limits.h is already included from redis.hPieter Noordhuis2010-12-231-1/+0
* | touched key for WATCH refactored into a more general thing that can be used a...antirez2010-12-291-7/+7
|/
* overflow detection in INCR family functionsantirez2010-12-191-1/+6
* Use helper function for string object lengthPieter Noordhuis2010-12-151-20/+3
* Use helper functions in APPENDPieter Noordhuis2010-12-151-14/+8
* Disable negative offsets for SETRANGEPieter Noordhuis2010-12-151-12/+5
* Make SETBIT return original bit valuePieter Noordhuis2010-12-151-16/+25
* removed a test that will never be true fixing the compilation on Linuxantirez2010-12-141-4/+2
* Refactor and rename SUBSTR to GETRANGEPieter Noordhuis2010-12-141-37/+37
* Add SETRANGE command implementation and testsPieter Noordhuis2010-12-141-0/+85
* Don't decode object on STRLEN when not necessaryPieter Noordhuis2010-12-141-3/+10
* Change function name to match what it doesPieter Noordhuis2010-12-101-1/+1
* TypoPieter Noordhuis2010-12-101-1/+1
* Add generic function to grow an sds valuePieter Noordhuis2010-12-101-8/+18
* Enforce maximum string value length of 512MBPieter Noordhuis2010-12-091-13/+17
* Add commands SETBIT/GETBITPieter Noordhuis2010-12-091-0/+82
* 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