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
*
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
*
redis-trib: new subcommand 'call'. Exec command in all nodes.
antirez
2014-03-11
1
-0
/
+18
*
redis-trib: create subcommand is now able to assign spare slaves.
antirez
2014-03-11
1
-16
/
+22
*
Cluster: redis-trib fix: handling of another trivial case.
antirez
2014-02-11
1
-0
/
+3
*
Cluster: remove debugging xputs from redis-trib.
antirez
2014-02-10
1
-1
/
+0
*
Cluster: redis-trib fix: cover new case of open slot.
antirez
2014-02-10
1
-0
/
+3
*
redis-trib: log event after we have reference to 'master'.
antirez
2014-02-10
1
-1
/
+2
*
Cluster: redis-trib, more info about open slots error.
antirez
2014-02-10
1
-2
/
+2
*
Cluster: redis-trib del-node variable typo fixed.
antirez
2014-02-10
1
-1
/
+1
*
Cluster: redis-trib: options table entry for add-node fixed.
antirez
2014-02-10
1
-1
/
+1
*
Cluster: redis-trib set-timeout implemented.
antirez
2014-01-24
1
-5
/
+34
*
Cluster: redis-trib shows number of replicas of masters.
antirez
2014-01-17
1
-0
/
+2
*
Cluster: redis-trib help output format modified.
antirez
2014-01-17
1
-3
/
+2
*
Cluster: redis-trib shows what a slave replicates + fixes.
antirez
2014-01-17
1
-4
/
+10
*
Cluster: redis-trib addnode is now able to add replicas.
antirez
2014-01-17
1
-2
/
+60
*
Cluster: fix redis-trib help subcommand.
antirez
2014-01-17
1
-1
/
+1
*
Cluster: redis-trib delnode implementation.
antirez
2014-01-16
1
-1
/
+41
*
Cluster: redis-trib help output improved.
antirez
2014-01-16
1
-4
/
+10
*
Cluster: use an hardcoded 60 sec timeout in redis-trib connections.
antirez
2013-12-17
1
-1
/
+1
*
redis-trib: fixed slot allocation when --replicas is used.
antirez
2013-11-07
1
-2
/
+2
*
Initial support for --replicas in redis-trib.
antirez
2013-11-05
1
-14
/
+109
*
Cluster: rough support for sub-command options in redis-trib.
antirez
2013-10-11
1
-15
/
+51
*
Cluster: fix redis-trib node config fingerprinting for new nodes format.
antirez
2013-09-25
1
-2
/
+2
*
Cluster: fix redis-trib for added configEpoch field in CLUSTER NODES.
antirez
2013-09-25
1
-1
/
+1
*
redis-trib: ClusterNode #info_string output modified.
antirez
2013-03-26
1
-1
/
+4
*
redis-trib: wait cluster join after cluster creation.
antirez
2013-03-25
1
-4
/
+23
*
redis-trib: Don't use colorization if TERM != xterm.
antirez
2013-03-25
1
-0
/
+1
*
redis-trib: initial output colorization
antirez
2013-03-25
1
-1
/
+17
*
redis-trib: All output wrapped by a specific function.
antirez
2013-03-22
1
-46
/
+45
[next]