]> git.saurik.com Git - redis.git/shortlog
redis.git
2011-05-31  antirezdisabled development test entry, tests moved in the...
2011-05-31  antirezVariadic ZADD tests
2011-05-31  antirezVariadic ZADD
2011-05-30  Pieter NoordhuisMake replication faster (biggest gain for small number...
2011-05-29  antirezINFO now contains the time (in usecs) needed to fork...
2011-05-29  antirezMerge remote branch 'pietern/unstable-replnonblock...
2011-05-28  antirezredis-cli: -i (interval) implemented, to wait the speci...
2011-05-28  antirezredis-cli: Use the repetiton prefix after a reconnection.
2011-05-28  antirezredis-cli in REPL mode is now able to send the same...
2011-05-28  antirezredis-cli no longer aborts in repl-mode on error, and...
2011-05-25  antirezFix for Pub/Sub system, introduced in Redis 2.2.6 with...
2011-05-24  antirezComment typo fixed
2011-05-24  antirezFixed typo in comment
2011-05-22  Pieter NoordhuisConfigurable synchronous I/O timeout
2011-05-22  Pieter NoordhuisMinor changes in non-blocking repl. connect
2011-05-20  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-05-20  antirezPrint version info before running the test
2011-05-19  Pieter NoordhuisNon-blocking connect with master
2011-05-19  antirezFix for ZUNIONSTORE bug when there is an empty set...
2011-05-16  antirezfmacros in utils.c to avoid warning about strcasecmp()
2011-05-15  antirezFixed misuse of the new iterator semantics in ZUNIONSTORE
2011-05-15  antirezFix for a possible bug related to ZINTER/UNIONSTORE...
2011-05-15  antirezFixed SINTER[STORE] problem related to the new copy...
2011-05-12  antirezreplication with expire test modified to produce no...
2011-05-12  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-05-12  antirezZINTERSTORE regressiont test with two sets, intset...
2011-05-11  antirezremoved assert causing an illegal memory access. This...
2011-05-10  antirezRDB version signature bumped to 2, now that direct...
2011-05-10  antirezIntroduced a safe iterator interface that can be used...
2011-05-10  antirezDEBUG DIGEST additional lookup needed for VM removed...
2011-05-10  antirezUseless statement removed
2011-05-07  antirezwhen Redis fails accepting a new connection reports...
2011-05-06  antirezCluster TODO updated
2011-05-06  antirezclear importing/exporing state when appropriate on...
2011-05-06  antirezCLUSTER SETSLOT command and some refactoring of the...
2011-05-06  antirezCLUSTER DELSLOTS
2011-05-05  antirezFixed semantics of CLUSTER SETSLOT, SELECT now only...
2011-05-05  antirezCLUSTER SETSLOT STABLE fixed
2011-05-05  antirezmissing return caused protocol desync in CLUSTER SETSLOT
2011-05-05  antirezFixed problem in cluster redirection due to a stupid...
2011-05-05  Pieter NoordhuisExtra tests for string2ll
2011-05-05  Pieter NoordhuisCheck seplen and len before malloc'ing "tokens"
2011-05-05  Pieter NoordhuisCheck for \n after finding \r
2011-05-05  Pieter NoordhuisShow memory allocator in INFO output
2011-05-05  Pieter NoordhuisUse string2ll in ziplist code (faster)
2011-05-05  Pieter NoordhuisTests for string2ll; move isObject* to object.c
2011-05-05  Pieter NoordhuisMove code
2011-05-05  Pieter NoordhuisMore allocators
2011-05-05  Pieter NoordhuisInline sdslen and sdsavail (thanks to @bitbckt)
2011-05-05  Pieter NoordhuisUpdate hiredis
2011-05-05  Pieter NoordhuisUse custom string2ll and strchr
2011-05-05  Pieter NoordhuisFix ziplist regression and update stresser
2011-05-05  antirezcluster import/export of hash slots implemented in...
2011-05-04  antirezif /dev/urandom is not available use rand() to get...
2011-05-04  antirezBetter pretty printed makefile output
2011-05-04  antirezinitial pretty printing in makefile
2011-05-04  antirezCLUSTER SETSLOT implemented
2011-05-02  antirezrender migrating and importing slots in cluster nodes...
2011-05-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-05-01  antirezFixed a problem with string2ll()
2011-04-29  antirezCLUSTER subcommands to set slots in migrating or import...
2011-04-29  antirezCLUSTER GETKEYSINSLOT implemented
2011-04-29  antirezCLUSTER KEYSLOT command
2011-04-29  antirezFixed a bug with replication where SLAVEOF NO ONE cause...
2011-04-28  antireztake a hashslot -> keys index, will be used for cluster...
2011-04-22  Pieter NoordhuisUse correct argc/argv for cleanup when loading AOF
2011-04-22  Pieter NoordhuisReformat AOF tests
2011-04-21  antirezpeak fragmentation ratio removed as it is a confusing...
2011-04-21  antirezCLIENT KILL implemented
2011-04-21  antirezCLIENT LIST implemented
2011-04-21  antirezsave peak memory usage as statistic and show it in...
2011-04-20  antirezremoved check for zmalloc return NULL in createClient...
2011-04-19  antirezVariadic SREM
2011-04-19  antirezvariadic HDEL with tests
2011-04-15  antirezVariadic SADD tests
2011-04-15  antirezvariadic SADD
2011-04-15  antirezaddReplyLongLong optimized to return shared objects...
2011-04-15  antirezversion bumped to 2.9, that is, 3.0 unstable
2011-04-15  antireztests for variadic list push
2011-04-15  antireztest fixed after ascii art banner modified the output...
2011-04-15  antirezvariadic LPUSH/RPUSH
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-14  antirezredis-trib: functions implementing commands moved at...
2011-04-13  antirezfixed bug due to typo in code
2011-04-13  antirezfixed typo in comment
2011-04-13  antirezfixed a typo in redis-trib
2011-04-13  antirezuse map! instead of reassigning
2011-04-13  antirezhopefully more readable info_string method in redis...
2011-04-13  antirezredis-trib create, first version is know working
2011-04-13  antirezTODO updated
2011-04-13  antirezno longer useful debugging printf removed
2011-04-13  antirezASCII ART FTW
2011-04-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-13  antirezredis-trib: show list of commands
2011-04-12  antirezTODO update
2011-04-12  antirezredis-trib can now assign hash slots to initialize...
2011-04-12  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-11  antirezTODO modified
2011-04-11  Salvatore Sanfilippoassert_empty in redis-trib
2011-04-11  Salvatore Sanfilippoadded known nodes info in CLUSTER INFO
next