summaryrefslogtreecommitdiff
path: root/src/t_hash.c
Commit message (Expand)AuthorAgeFilesLines
* BSD license added to every C source and header file.antirez2012-11-081-0/+29
* Dump ziplist hex value on failed assertion.antirez2012-06-121-1/+5
* Replicate HINCRBYFLOAT as HSET.antirez2012-03-231-11/+14
* More vertical space saved.antirez2012-03-101-21/+4
* Minor code aesthetic change to use Redis code base style rule of saving verti...antirez2012-03-101-4/+1
* Merge conflicts resolved.antirez2012-03-091-196/+417
|\
| * Implements ziplistFindPieter Noordhuis2012-01-031-40/+28
| * Encode small hashes with a ziplistPieter Noordhuis2012-01-021-196/+429
* | Fixed undefined behavior in *INCR style functions overflow detection. Sorry c...antirez2012-02-211-2/+3
* | Now HINCRBY can detect overflows too. Fix for issue #330.antirez2012-02-161-1/+6
|/
* HINCRBYFLOAT implementedantirez2011-11-151-0/+27
* dict.c API names modified to be more coincise and consistent.antirez2011-11-081-3/+3
* replaced redisAssert() with redisAssertWithInfo() in a shitload of places.antirez2011-10-041-2/+2
* HDEL: Abort deleting fields when hash is removedPieter Noordhuis2011-07-271-1/+4
* 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