]> git.saurik.com Git - redis.git/history - src/sds.h
Enforce upper bound for number of requests in redis-benchmark
[redis.git] / src / sds.h
2011-09-14  Salvatore SanfilippoMerge pull request #77 from Poincare/patch-1
2011-09-13  Pieter NoordhuisRe-use AOF buffer when it is small enough
2011-07-12  antirezmaster branch merged into scripting.
2011-06-25  antirezunstable merge conflicts resolved
2011-06-14  antirezUpdated to unstable
2011-05-25  antirezMake sure error and status replies emitted by Lua scrip...
2011-05-10  antirezMerge branch 'unstable'
2011-05-05  Pieter NoordhuisInline sdslen and sdsavail (thanks to @bitbckt)
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-07  antirezinitial cluster config load code
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-10  Pieter NoordhuisChange function name to match what it does
2010-12-10  Pieter NoordhuisAdd generic function to grow an sds value
2010-12-09  Pieter NoordhuisAdd commands SETBIT/GETBIT
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 NoordhuisAdd sds function that can be called with va_list
2010-08-25  Pieter NoordhuisMerge master and move argument splitting patch to sds.c
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-05  antirezredis cli argument splitting is general and is now...
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.