]> git.saurik.com Git - redis.git/history - src/t_set.c
JSON support for Lua scripting, based on work from @lp, thanks!. We are using the...
[redis.git] / src / t_set.c
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-06-25  antirezunstable merge conflicts resolved
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezFix for bug 561 and other related problems
2011-06-14  antirezUpdated to unstable
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-05-31  antirezFix for the variadic version of SREM. Regression test...
2011-05-16  antirezMerge branch 'unstable'
2011-05-15  antirezFixed SINTER[STORE] problem related to the new copy...
2011-05-10  antirezMerge branch 'unstable'
2011-04-19  antirezVariadic SREM
2011-04-15  antirezvariadic SADD
2011-02-16  antirezSPOP replication/AOF patch ported to unstable branch
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/strrange'
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-10  antirezMerge remote branch 'pietern/testverbosity'
2010-12-09  antirezSINTER/MEMBERS are now COW friendly, also some refactor...
2010-12-09  antirezCOW friendly versions of SPOP and SRANDMEMBER commands...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
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 existing reply functions where possible
2010-09-02  Pieter NoordhuisUse specialized function to add multi bulk reply length
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-30  Pieter NoordhuisWrapper for adding unknown multi bulk length to reply...
2010-08-26  antireztest for intset integer encodability test and some...
2010-08-26  antireztranslated a few long logn into int64_t for correctness...
2010-08-26  Pieter NoordhuisFix type that was not renamed and compiler warning
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-21  Pieter NoordhuisRename iterator to setTypeIterator for consistency
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.