summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | redis-trib: ClusterNode #info_string output modified.antirez2013-03-261-1/+4
* | Allow SELECT while loading the DB.antirez2013-03-261-1/+1
* | TTL / PTTL commands: two bugs fixed.antirez2013-03-261-3/+3
* | Flag PUBLISH as read-only in the command table.antirez2013-03-261-1/+1
* | Transactions: propagate MULTI/EXEC only when needed.antirez2013-03-261-10/+14
* | Transactions: use discardTransaction() in EXEC implementation.antirez2013-03-261-7/+2
* | Transactions: use the propagate() API to propagate MULTI.antirez2013-03-261-6/+5
* | Merge pull request #1003 from NanXiao/patch-3Salvatore Sanfilippo2013-03-251-1/+1
|\ \
| * | Update config.cNanXiao2013-03-141-1/+1
* | | Cluster: when slave changes master, remove it from the old master.antirez2013-03-251-0/+2
* | | redis-trib: wait cluster join after cluster creation.antirez2013-03-251-4/+23
* | | Cluster: set node role on successful handshake.antirez2013-03-251-0/+1
* | | redis-trib: Don't use colorization if TERM != xterm.antirez2013-03-251-0/+1
* | | redis-trib: initial output colorizationantirez2013-03-251-1/+17
* | | Test: obuf-limits test false positive removed.antirez2013-03-251-1/+1
* | | redis-cli --stat, stolen from redis-tools.antirez2013-03-221-0/+180
* | | redis-trib: All output wrapped by a specific function.antirez2013-03-221-46/+45
* | | redis-trib: fix open slot correction.antirez2013-03-221-2/+1
* | | redis-trib: added cluster_error method to add errors.antirez2013-03-221-5/+11
* | | redis-trib: fixed ClusterNode migrating/importing slots detection.antirez2013-03-221-2/+2
* | | redis-trib: added some more output for check.antirez2013-03-221-1/+3
* | | redis-trib: fixed type has_flags? -> has_flag.antirez2013-03-221-1/+1
* | | redis-trib: ignore slaves when resharding.antirez2013-03-211-4/+6
* | | redis-trib: fix conditional otherwise always true.antirez2013-03-211-1/+1
* | | Cluster: move slotToKeyFlush() to emptyDb().antirez2013-03-211-1/+1
* | | redis-trib: initial support to fix "open" slots.antirez2013-03-211-2/+57
* | | redis-trib: load info about importing/migrating slots from node.antirez2013-03-211-1/+9
* | | Cluster: comment no longer in sync with code removed.antirez2013-03-211-4/+1
* | | Cluster: clear the PROMOTED slave directly into clusterSetMaster().antirez2013-03-201-1/+3
* | | Cluster: master node must clear its hash slots when turning into a slave.antirez2013-03-201-1/+4
* | | Cluster: new flag PROMOTED introduced.antirez2013-03-202-3/+13
* | | Cluster: add sender flags in cluster bus messages header.antirez2013-03-202-1/+3
* | | Cluster: turn old master into a replica of node that failed over.antirez2013-03-201-2/+19
* | | Cluster: node replication role change handle improved.antirez2013-03-191-15/+14
* | | Cluster: new command CLUSTER FLUSHSLOTS.antirez2013-03-191-0/+10
* | | redis-trib: don't load cluster config from nodes in FAIL state.antirez2013-03-191-1/+3
| |/ |/|
* | Cluster: when failing over claim master slots.antirez2013-03-151-1/+16
* | Version incremented to 2.9.8 after major cluster progresses.antirez2013-03-151-1/+1
* | Cluster: log when a slave asks for failover authorization.antirez2013-03-151-0/+1
* | Cluster: slaves start failover with a small delay.antirez2013-03-152-1/+8
* | Cluster: a bit more serious node role change handling.antirez2013-03-151-1/+31
* | Cluster: remove node from master slaves when it turns into a master.antirez2013-03-151-3/+7
* | Cluster: slave failover implemented.antirez2013-03-151-2/+14
* | Cluster: election -> promotion in two comments.antirez2013-03-151-2/+2
* | Cluster: added function to broadcast pings.antirez2013-03-151-0/+21
* | Cluster: don't broadcast messages to HANDSHAKE nodes.antirez2013-03-151-2/+4
* | Cluster: fix clusterHandleSlaveFailover() conditional: quorum is enough.antirez2013-03-151-3/+3
* | Cluster: two lame bugs fixed in FAILOVER AUTH messages generation.antirez2013-03-141-4/+4
* | Cluster: code to process messages moved in the right if-else chain.antirez2013-03-141-11/+11
* | Cluster: handle FAILOVER_AUTH_ACK messages.antirez2013-03-142-1/+9