]> git.saurik.com Git - redis.git/history - src/t_hash.c
Spurious debugging printf removed.
[redis.git] / src / t_hash.c
2012-03-23  antirezReplicate HINCRBYFLOAT as HSET.
2012-03-10  antirezMore vertical space saved.
2012-03-10  antirezMinor code aesthetic change to use Redis code base...
2012-03-09  antirezMerge conflicts resolved.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-21  antirezFixed undefined behavior in *INCR style functions overf...
2012-02-16  antirezNow HINCRBY can detect overflows too. Fix for issue...
2012-01-04  Pieter NoordhuisImplements ziplistFind
2012-01-03  Pieter NoordhuisEncode small hashes with a ziplist
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-16  Salvatore SanfilippoMerge pull request #192 from pietern/makefile
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-15  antirezHINCRBYFLOAT implemented
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
2011-10-05  Salvatore SanfilippoMerge pull request #118 from dvirsky/unstable
2011-10-04  antirezreplaced redisAssert() with redisAssertWithInfo() in...
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-09-20  Salvatore SanfilippoMerge pull request #72 from datafueled/spelling
2011-07-28  antirezMerge remote branch 'origin/unstable' into unstable
2011-07-27  Pieter NoordhuisHDEL: Abort deleting fields when hash is removed
2011-05-10  antirezMerge branch 'unstable'
2011-04-19  antirezvariadic HDEL with tests
2011-01-04  antirezMerge branch 'master' into unstable
2010-12-29  antireztouched key for WATCH refactored into a more general...
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-14  antirezMerge remote branch 'pietern/strrange'
2010-12-14  antirezinitialized a few vars just to avoid warnings, not...
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-14  antirezcow friendly HGETALL and variants
2010-12-10  antirezMerge remote branch 'pietern/testverbosity'
2010-12-10  antirezHGET HMGET are now COW friendly, plus API refactoring...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-26  Pieter NoordhuisReturn error to client on wrong type for HMGET
2010-10-17  Pieter NoordhuisObject encoding in hash function is done by a more...
2010-10-17  Pieter NoordhuisConvert objects in the command procs instead of the...
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisUse specialized function to add status and error replies
2010-09-02  Pieter NoordhuisUse existing reply functions where possible
2010-09-02  Pieter NoordhuisUse specialized function to add multi bulk reply length
2010-08-30  Pieter NoordhuisWrapper for adding unknown multi bulk length to reply...
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-12  antirezWATCH is now affected only when write commands actually...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.