summaryrefslogtreecommitdiff
path: root/src/redis-trib.rb
Commit message (Expand)AuthorAgeFilesLines
* Cluster: redis-trib cluster allocation more even across nodes.antirez2014-03-251-6/+10
* Merge pull request #1629 from mattsta/fix-trib-master-assignmentSalvatore Sanfilippo2014-03-241-0/+1
|\
| * Cluster: Restore proper trib master iterationMatt Stancliff2014-03-241-0/+1
* | Cluster: Fix trib create when masters==replicasMatt Stancliff2014-03-241-8/+22
|/
* redis-trib: call MIGRATE via r.client.call as fix for redis-rb API changes.antirez2014-03-111-1/+1
* redis-trib: new subcommand 'call'. Exec command in all nodes.antirez2014-03-111-0/+18
* redis-trib: create subcommand is now able to assign spare slaves.antirez2014-03-111-16/+22
* Cluster: redis-trib fix: handling of another trivial case.antirez2014-02-111-0/+3
* Cluster: remove debugging xputs from redis-trib.antirez2014-02-101-1/+0
* Cluster: redis-trib fix: cover new case of open slot.antirez2014-02-101-0/+3
* redis-trib: log event after we have reference to 'master'.antirez2014-02-101-1/+2
* Cluster: redis-trib, more info about open slots error.antirez2014-02-101-2/+2
* Cluster: redis-trib del-node variable typo fixed.antirez2014-02-101-1/+1
* Cluster: redis-trib: options table entry for add-node fixed.antirez2014-02-101-1/+1
* Cluster: redis-trib set-timeout implemented.antirez2014-01-241-5/+34
* Cluster: redis-trib shows number of replicas of masters.antirez2014-01-171-0/+2
* Cluster: redis-trib help output format modified.antirez2014-01-171-3/+2
* Cluster: redis-trib shows what a slave replicates + fixes.antirez2014-01-171-4/+10
* Cluster: redis-trib addnode is now able to add replicas.antirez2014-01-171-2/+60
* Cluster: fix redis-trib help subcommand.antirez2014-01-171-1/+1
* Cluster: redis-trib delnode implementation.antirez2014-01-161-1/+41
* Cluster: redis-trib help output improved.antirez2014-01-161-4/+10
* Cluster: use an hardcoded 60 sec timeout in redis-trib connections.antirez2013-12-171-1/+1
* redis-trib: fixed slot allocation when --replicas is used.antirez2013-11-071-2/+2
* Initial support for --replicas in redis-trib.antirez2013-11-051-14/+109
* Cluster: rough support for sub-command options in redis-trib.antirez2013-10-111-15/+51
* Cluster: fix redis-trib node config fingerprinting for new nodes format.antirez2013-09-251-2/+2
* Cluster: fix redis-trib for added configEpoch field in CLUSTER NODES.antirez2013-09-251-1/+1
* redis-trib: ClusterNode #info_string output modified.antirez2013-03-261-1/+4
* redis-trib: wait cluster join after cluster creation.antirez2013-03-251-4/+23
* redis-trib: Don't use colorization if TERM != xterm.antirez2013-03-251-0/+1
* redis-trib: initial output colorizationantirez2013-03-251-1/+17
* 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
* 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
* redis-trib: don't load cluster config from nodes in FAIL state.antirez2013-03-191-1/+3
* redis-trib: skip nodes without slots when creating the config signature.antirez2013-02-281-0/+1
* redis-trib help.antirez2013-02-271-3/+13
* redis-trib: skip noaddr and disconnected nodes while loading cluster info.antirez2013-02-271-0/+1
* redis-trib: initial implementation of addnode command.antirez2013-02-271-3/+24
* redis-trib: check that all the nodes agree about the slots configuration.antirez2013-02-221-0/+27
* redis-trib: skeleton of coverage fix for "keys in multiple nodes" case.antirez2013-02-221-0/+17
* redis-trib: handle slot coverage fix in the "no nodes with keys" case.antirez2013-02-221-3/+15