summaryrefslogtreecommitdiff
path: root/src/sort.c
Commit message (Expand)AuthorAgeFilesLines
...
* HGET HMGET are now COW friendly, plus API refactoring and changes needed for ...antirez2010-12-101-1/+1
* SINTER/MEMBERS are now COW friendly, also some refactoring around was needed ...antirez2010-12-091-1/+1
* 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
* Rename iterator to setTypeIterator for consistencyPieter Noordhuis2010-08-211-1/+1
* Make SORT use the hybrid set accessors to allow sorting intsetsPieter Noordhuis2010-08-211-12/+16
* WATCH is now affected only when write commands actually modify the key contentantirez2010-07-121-0/+1
* redis.c split into many different C files.antirez2010-07-011-0/+383