index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
redis-trib.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo
Jack Drogon
2018-07-03
1
-6
/
+6
*
Cluster: improve anti-affinity algo in redis-trib.rb.
antirez
2018-01-18
1
-1
/
+131
*
Refactor redis-trib.rb
yyoshiki41
2016-10-10
1
-2
/
+1
*
Display the nodes summary once the cluster is established using redis-trib.rb
rojingeorge
2016-06-23
1
-0
/
+5
*
Merge pull request #3152 from be-hase/fix/check_open_slots
Salvatore Sanfilippo
2016-05-05
1
-6
/
+7
|
\
|
*
fix variable
Ryosuke Hasebe
2016-03-30
1
-5
/
+5
|
*
fix check_open_slots
Ryosuke Hasebe
2016-03-30
1
-1
/
+2
*
|
Fix ae.c to avoid timers infinite loop.
antirez
2016-04-04
1
-1
/
+1
|
/
*
Cluster: redis-trib: support @busport format in ClusterNode.
antirez
2016-02-02
1
-1
/
+1
*
Cluster: fix rebalancing to always empty nodes.
antirez
2016-01-13
1
-3
/
+24
*
Cluster: redis-trib move_to_slot: don't send SETSLOT to slaves.
antirez
2016-01-12
1
-0
/
+1
*
Cluster: fix redis-trib reference of variable in warning.
antirez
2016-01-11
1
-1
/
+1
*
CLUSTER BUMPEPOCH initial implementation fixed.
antirez
2016-01-11
1
-7
/
+18
*
Cluster: implement redis-trib fix when slot is open without owners.
antirez
2016-01-11
1
-9
/
+39
*
Cluster: implement redis-trib fix for uncovered slots.
antirez
2016-01-11
1
-9
/
+32
*
redis-trib: Remove duplicated key in hash initialization.
antirez
2016-01-02
1
-1
/
+1
*
Cluster: rebalance now supports --threshold option.
antirez
2015-12-18
1
-2
/
+24
*
Cluster: redis-trib reshard / rebalance --pipeline support.
antirez
2015-12-18
1
-5
/
+21
*
Cluster: allows abbreviated node IDs with rebalance --weight option.
antirez
2015-12-15
1
-3
/
+19
*
Cluster: rebalancing option --simulate, and a fix.
antirez
2015-12-15
1
-8
/
+12
*
Cluster: redis-trib rebalance initial implementation.
antirez
2015-12-15
1
-17
/
+154
*
Initial implementation of redis-trib info subcommand.
antirez
2015-12-14
1
-0
/
+22
*
Cluster: redis-trib: use variadic MIGRATE.
antirez
2015-12-11
1
-15
/
+13
*
Cluster: redis-trib migrate default timeout set to 60 sec.
antirez
2015-12-11
1
-1
/
+1
*
redis-trib.rb: --timeout XXXXX option added to fix and reshard commands. Defa...
daniele
2015-12-11
1
-4
/
+10
*
Add back blank line
David Thomson
2015-10-14
1
-0
/
+1
*
Update import command to optionally use copy and replace parameters
David Thomson
2015-10-14
1
-3
/
+7
*
Cluster: redis-trib fix, coverage for migrating=1 case.
antirez
2015-10-09
1
-2
/
+12
*
Remove end of line whitespace from redis-trib
Matt Stancliff
2015-01-08
1
-6
/
+6
*
Fix redis-trib cluster create
Matt Stancliff
2015-01-08
1
-2
/
+11
*
Improve redis-trib replica assignment
Matt Stancliff
2014-12-19
1
-25
/
+42
*
Merge pull request #2107 from mattsta/fix-trib-import
Salvatore Sanfilippo
2014-12-11
1
-1
/
+1
|
\
|
*
Fix redis-trib import SCAN call
Matt Stancliff
2014-10-29
1
-1
/
+1
*
|
Fix redis-trib.rb IP:Port disassembly for IPv6
Matt Stancliff
2014-10-29
1
-5
/
+7
|
/
*
redis-trib should not abort easily on connection issues.
antirez
2014-09-26
1
-2
/
+7
*
Cluster: fix redis-trib --from all.
antirez
2014-07-21
1
-0
/
+4
*
redis-trib: allow to reshard in non-interactive way.
antirez
2014-07-18
1
-37
/
+82
*
Fix an error in redis-trib where we always talk with same node.
antirez
2014-05-21
1
-1
/
+3
*
redis-trib fix improved: move keys from N nodes to owner.
antirez
2014-05-21
1
-15
/
+51
*
redis-trib fix: use MIGRATE REPLACE when fixing slots.
antirez
2014-05-21
1
-2
/
+13
*
redis-trib create: use CONFIG SET-CONFIG-EPOCH before joining the cluster.
antirez
2014-05-12
1
-0
/
+18
*
redis-trib import: trap MIGRATE errors.
antirez
2014-05-12
1
-2
/
+9
*
redis-trib.rb: MIGRATE hardcoded timeout set to 15 sec.
antirez
2014-05-12
1
-2
/
+2
*
Cluster: initial ability to import data from standalone instance.
antirez
2014-05-10
1
-7
/
+141
*
redis-trib: allow support for mandatory options.
antirez
2014-05-09
1
-0
/
+8
*
Cluster: redis-trib cluster allocation more even across nodes.
antirez
2014-03-25
1
-6
/
+10
*
Merge pull request #1629 from mattsta/fix-trib-master-assignment
Salvatore Sanfilippo
2014-03-24
1
-0
/
+1
|
\
|
*
Cluster: Restore proper trib master iteration
Matt Stancliff
2014-03-24
1
-0
/
+1
*
|
Cluster: Fix trib create when masters==replicas
Matt Stancliff
2014-03-24
1
-8
/
+22
|
/
*
redis-trib: call MIGRATE via r.client.call as fix for redis-rb API changes.
antirez
2014-03-11
1
-1
/
+1
[next]