summaryrefslogtreecommitdiff
path: root/src/redis-trib.rb
Commit message (Expand)AuthorAgeFilesLines
* Redis-trib deprecated: it no longer works and itartix2018-07-131-1804/+103
* Fix typoJack Drogon2018-07-031-6/+6
* Cluster: improve anti-affinity algo in redis-trib.rb.antirez2018-01-181-1/+131
* Refactor redis-trib.rbyyoshiki412016-10-101-2/+1
* Display the nodes summary once the cluster is established using redis-trib.rbrojingeorge2016-06-231-0/+5
* Merge pull request #3152 from be-hase/fix/check_open_slotsSalvatore Sanfilippo2016-05-051-6/+7
|\
| * fix variableRyosuke Hasebe2016-03-301-5/+5
| * fix check_open_slotsRyosuke Hasebe2016-03-301-1/+2
* | Fix ae.c to avoid timers infinite loop.antirez2016-04-041-1/+1
|/
* Cluster: redis-trib: support @busport format in ClusterNode.antirez2016-02-021-1/+1
* Cluster: fix rebalancing to always empty nodes.antirez2016-01-131-3/+24
* Cluster: redis-trib move_to_slot: don't send SETSLOT to slaves.antirez2016-01-121-0/+1
* Cluster: fix redis-trib reference of variable in warning.antirez2016-01-111-1/+1
* CLUSTER BUMPEPOCH initial implementation fixed.antirez2016-01-111-7/+18
* Cluster: implement redis-trib fix when slot is open without owners.antirez2016-01-111-9/+39
* Cluster: implement redis-trib fix for uncovered slots.antirez2016-01-111-9/+32
* redis-trib: Remove duplicated key in hash initialization.antirez2016-01-021-1/+1
* Cluster: rebalance now supports --threshold option.antirez2015-12-181-2/+24
* Cluster: redis-trib reshard / rebalance --pipeline support.antirez2015-12-181-5/+21
* Cluster: allows abbreviated node IDs with rebalance --weight option.antirez2015-12-151-3/+19
* Cluster: rebalancing option --simulate, and a fix.antirez2015-12-151-8/+12
* Cluster: redis-trib rebalance initial implementation.antirez2015-12-151-17/+154
* Initial implementation of redis-trib info subcommand.antirez2015-12-141-0/+22
* Cluster: redis-trib: use variadic MIGRATE.antirez2015-12-111-15/+13
* Cluster: redis-trib migrate default timeout set to 60 sec.antirez2015-12-111-1/+1
* redis-trib.rb: --timeout XXXXX option added to fix and reshard commands. Defa...daniele2015-12-111-4/+10
* 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
|/