]> git.saurik.com Git - redis.git/history - src/cluster.c
Fix for ZUNIONSTORE bug when there is an empty set among input sets. Regression test...
[redis.git] / src / cluster.c
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.