summaryrefslogtreecommitdiff
path: root/src/redis-trib.rb
Commit message (Expand)AuthorAgeFilesLines
* Add back blank lineDavid Thomson2015-10-141-0/+1
* Update import command to optionally use copy and replace parametersDavid Thomson2015-10-141-3/+7
* Cluster: redis-trib fix, coverage for migrating=1 case.antirez2015-10-091-2/+12
* Remove end of line whitespace from redis-tribMatt Stancliff2015-01-081-6/+6
* Fix redis-trib cluster createMatt Stancliff2015-01-081-2/+11
* Improve redis-trib replica assignmentMatt Stancliff2014-12-191-25/+42
* Merge pull request #2107 from mattsta/fix-trib-importSalvatore Sanfilippo2014-12-111-1/+1
|\
| * Fix redis-trib import SCAN callMatt Stancliff2014-10-291-1/+1
* | Fix redis-trib.rb IP:Port disassembly for IPv6Matt Stancliff2014-10-291-5/+7
|/
* redis-trib should not abort easily on connection issues.antirez2014-09-261-2/+7
* Cluster: fix redis-trib --from all.antirez2014-07-211-0/+4
* redis-trib: allow to reshard in non-interactive way.antirez2014-07-181-37/+82
* Fix an error in redis-trib where we always talk with same node.antirez2014-05-211-1/+3
* redis-trib fix improved: move keys from N nodes to owner.antirez2014-05-211-15/+51
* redis-trib fix: use MIGRATE REPLACE when fixing slots.antirez2014-05-211-2/+13
* redis-trib create: use CONFIG SET-CONFIG-EPOCH before joining the cluster.antirez2014-05-121-0/+18
* redis-trib import: trap MIGRATE errors.antirez2014-05-121-2/+9
* redis-trib.rb: MIGRATE hardcoded timeout set to 15 sec.antirez2014-05-121-2/+2
* Cluster: initial ability to import data from standalone instance.antirez2014-05-101-7/+141
* redis-trib: allow support for mandatory options.antirez2014-05-091-0/+8
* 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