summaryrefslogtreecommitdiff
path: root/src/t_hash.c
Commit message (Expand)AuthorAgeFilesLines
* variadic HDEL with testsantirez2011-04-191-6/+11
* touched key for WATCH refactored into a more general thing that can be used a...antirez2010-12-291-5/+5
* initialized a few vars just to avoid warnings, not a real problem.antirez2010-12-141-4/+4
* cow friendly HGETALL and variantsantirez2010-12-141-19/+54
* HGET HMGET are now COW friendly, plus API refactoring and changes needed for ...antirez2010-12-101-23/+64
* Return error to client on wrong type for HMGETPieter Noordhuis2010-10-261-0/+1
* Use specialized function to add status and error repliesPieter Noordhuis2010-09-021-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
* Wrapper for adding unknown multi bulk length to reply listPieter Noordhuis2010-08-301-7/+4
* WATCH is now affected only when write commands actually modify the key contentantirez2010-07-121-0/+5
* redis.c split into many different C files.antirez2010-07-011-0/+397