summaryrefslogtreecommitdiff
path: root/src/redis-trib.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* redis-trib: specify single node address when fixing coverage.antirez2013-02-221-1/+1
* redis-trib: ability to fix uncovered slots for the trivial case.antirez2013-02-211-2/+37
* redis-trib: fixed typo in method name.antirez2013-02-211-1/+1
* redis-trib: move instance vars in the right class.antirez2013-02-211-2/+2
* redis-trib: some refactoring and skeleton of the "fix" command.antirez2013-02-211-12/+36
* redis-trib: set the migrating slot in the correct way when resharding.antirez2013-02-201-1/+1
* redis-trib: make a few comments 80-cols friendly.antirez2013-02-151-8/+11
* Cluster: redis-trib updated to use 16384 hash slots.antirez2013-02-141-6/+6
* Fixed many typos.guiquanz2013-01-191-5/+5
* redis-trib: fix the MIGRATE call that now has milliseconds timeout (were seco...antirez2012-03-311-1/+1
* Fixing inject: it was failing when there was 1 or >2 sourcesDave Hoover2011-11-091-1/+1
* redis-trib: fix for a slot allocation bug.antirez2011-10-131-1/+2
* redis-trib: create subcommand fixed calling node info loading method. Was nee...antirez2011-10-041-0/+1
* fixed a few problems with redis-trib resharding.antirez2011-10-011-10/+28
* redis-trib: initial working implementation of cluster rehashing, more work ne...antirez2011-09-301-4/+26
* redis-trib: actual slot migration work in progress, more work needed.antirez2011-09-301-2/+19
* redis-trib: better slots allocation strategy for reshardingantirez2011-09-301-2/+14
* redis-trib: initial slots allocation strategy, still to improve for better ba...antirez2011-09-301-4/+72
* redis-trib: reshard command work in progressantirez2011-09-291-3/+28
* redis-trib: minor refactoring creating a method to load the cluster informati...antirez2011-09-291-3/+7
* redis-trib: don't crash loading node info for nodes without assigned slotsantirez2011-09-291-1/+1
* redis-trib: added cluster state to node info stringantirez2011-09-291-1/+2
* redis-trib: all node information into a single hashantirez2011-09-291-20/+15
* redis-trib: when loading node info also fetch the output of CLUSTER INFO.antirez2011-09-291-0/+9
* redis-trib cluster check command: check that all the 4096 slots are coveredantirez2011-09-291-1/+25
* initial node loading info code for redis-tribantirez2011-09-281-0/+37
* redis-trib: functions implementing commands moved at bottomantirez2011-04-141-30/+33
* fixed bug due to typo in codeantirez2011-04-131-1/+1
* fixed typo in commentantirez2011-04-131-1/+1
* fixed a typo in redis-tribantirez2011-04-131-1/+1