]> git.saurik.com Git - redis.git/history - src/cluster.c
First implementation of the ASKING command. Semantics still to verify.
[redis.git] / src / cluster.c
2011-10-17  antirezFirst implementation of the ASKING command. Semantics...
2011-10-17  antirezMIGRATE +NOKEY error was missing the final CRLF causing...
2011-10-17  antirezFixed a typo causing segfault on MIGRATE
2011-10-13  antirezsmall comment added
2011-10-07  antirezRedis Cluster: process node to node CLUSTERMSG_TYPE_PUB...
2011-10-07  antirezpropagate PUBLISH messages using the redis cluster...
2011-10-05  antirezA node can populate a slot if a message from a trusted...
2011-10-05  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-10-05  antirezjust minor aesthetic changes to cluster.c
2011-10-05  Salvatore SanfilippoMerge pull request #118 from dvirsky/unstable
2011-10-04  antirezreplaced redisAssert() with redisAssertWithInfo() in...
2011-10-03  antirezRewrite MIGRATE as DEL for AOF/replication. Also increm...
2011-10-03  antirezincrement server.dirty in restore command to make sure...
2011-10-01  antirezwhen processing gossip packets make sure to also update...
2011-09-30  antirezFixed two bugs in the CLUSTER SETSLOT ... NODE subcommand
2011-09-30  antirezClear the importing status from the slot if a CLUSTER...
2011-09-29  antirezadded comment about SETSLOT NODE form.
2011-09-28  antirezshow node with myself flag always as connected in CLUST...
2011-09-22  antirezrioInitWithFile nad rioInitWithBuffer functions now...
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  antirezDB API refactoring. The changes were designed together...
2011-05-13  Pieter NoordhuisMake RDB types/opcodes explicit; load/save object type
2011-05-13  Pieter NoordhuisAbstract file/buffer I/O to support in-memory serialization
2011-05-10  antirezMerge branch 'unstable'
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  antirezcluster import/export of hash slots implemented in...
2011-05-04  antirezif /dev/urandom is not available use rand() to get...
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-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-28  antireztake a hashslot -> keys index, will be used for cluster...
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-13  antirezno longer useful debugging printf removed
2011-04-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-12  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-11  Salvatore Sanfilippoadded known nodes info in CLUSTER INFO
2011-04-08  antirezupdate state when FAIL is cleared from a node
2011-04-08  antirezdo not process node failure messages about yourself
2011-04-07  antirezfixed lame error in slot assignment
2011-04-07  antirezevaluate cluster state after config load. Still bugs...
2011-04-07  antirezmaster node without slaves rejoin fixed
2011-04-07  antirezwhen loading config set the ping/pong timestaps to...
2011-04-07  antireznode cluster configuration file configurable via redis...
2011-04-07  antirezuseless newline removed from log message
2011-04-07  antirezfixes to configuration loading and saving. However...
2011-04-07  antirezfirst version of cluster config loading code
2011-04-07  antirezinitial cluster config load code
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-04-05  antirezbad data on RESTORE can no longer crash the server...
2011-04-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-01  antirezDUMP implemented, RESTORE and MIGRATE fixed. Use zcallo...
2011-03-30  antirezminor change with no actual effects til the loading...
2011-03-30  antirezcentralized cluster config file name. Assigned slots...
2011-03-30  antirezfix to configuration saving on first start
2011-03-30  antirezcluster configuration saving
2011-03-29  antirezCluster branch merged to unstable.