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
/
cluster.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Suppress harmless warnings.
3.0.6
antirez
2015-12-18
1
-1
/
+1
*
MIGRATE: Fix new argument rewriting refcount handling.
antirez
2015-12-13
1
-3
/
+2
*
MIGRATE: fix replies processing and argument rewriting.
antirez
2015-12-13
1
-12
/
+24
*
Pipelined multiple keys MIGRATE.
antirez
2015-12-13
1
-62
/
+114
*
Cluster: replica migration with delay.
antirez
2015-12-11
1
-17
/
+37
*
Fix merge of cluster migrate-to flag.
antirez
2015-12-10
1
-3
/
+3
*
Remove debugging message left there for error.
antirez
2015-12-10
1
-1
/
+0
*
Fix replicas migration by adding a new flag.
antirez
2015-12-10
1
-12
/
+23
*
Fix renamed define after merge.
antirez
2015-11-27
1
-1
/
+1
*
Redis Cluster: hint about validity factor when slave can't failover.
antirez
2015-11-27
1
-2
/
+4
*
Do not attempt to lock on Solaris
Jan-Erik Rediger
2015-07-17
1
-0
/
+7
*
Don't try to bind the source address for MIGRATE
antirez
2015-06-11
1
-2
/
+2
*
Cluster: redirection refactoring + handling of blocked clients.
antirez
2015-03-24
1
-5
/
+85
*
Two cluster.c comments improved.
antirez
2015-03-21
1
-2
/
+3
*
Cluster: TAKEOVER option for manual failover.
antirez
2015-03-21
1
-7
/
+20
*
Cluster: non-conditional steps of slave failover refactored into a function.
antirez
2015-03-21
1
-27
/
+40
*
Cluster: separate unknown master check from the rest.
antirez
2015-03-21
1
-2
/
+5
*
Cluster: refactoring around configEpoch handling.
antirez
2015-03-21
1
-89
/
+135
*
Cluster: better cluster state transiction handling.
antirez
2015-03-20
1
-2
/
+18
*
Cluster: more robust slave check in CLUSTER REPLICATE.
antirez
2015-03-18
1
-1
/
+1
*
Add command CLUSTER MYID
Michel Martens
2015-03-18
1
-0
/
+3
*
Migrate: replace conditional with pre-computed value.
antirez
2015-02-27
1
-1
/
+1
*
Improvements to PR #2425
antirez
2015-02-26
1
-10
/
+10
*
Add last_dbid to migrateCachedSocket to avoid redundant SELECT
Tommy Wang
2015-02-25
1
-23
/
+36
*
Cluster: some bias towwards FAIL/PFAIL nodes in gossip sections.
antirez
2015-01-30
1
-3
/
+6
*
More correct wanted / maxiterations values in clusterSendPing().
antirez
2015-01-30
1
-2
/
+6
*
Cluster: initialized not used fileds in gossip section.
antirez
2015-01-29
1
-0
/
+2
*
Cluster: magical 10% of nodes explained in comments.
antirez
2015-01-29
1
-2
/
+26
*
CLUSTER count-failure-reports command added.
antirez
2015-01-29
1
-0
/
+12
*
Cluster: use a number of gossip sections proportional to cluster size.
antirez
2015-01-29
1
-17
/
+42
*
Fix cluster migrate memory leak
Matt Stancliff
2015-01-22
1
-0
/
+1
*
Fix potential invalid read past end of array
Matt Stancliff
2015-01-22
1
-2
/
+5
*
Fix cluster reset memory leak
Matt Stancliff
2015-01-22
1
-0
/
+1
*
Fix sending uninitialized bytes
Matt Stancliff
2015-01-22
1
-1
/
+1
*
Cluster: node deletion cleanup / centralization.
antirez
2015-01-22
1
-13
/
+20
*
Cluster: set the slaves->slaveof filed to NULL when master is freed.
antirez
2015-01-22
1
-0
/
+8
*
Cluster: fetch my IP even if msg is not MEET for the first time.
antirez
2015-01-13
1
-2
/
+6
*
Cluster: clusterMsgDataGossip structure, explict padding + minor stuff.
antirez
2015-01-13
1
-1
/
+3
*
Suppress valgrind error about write sending uninitialized data.
antirez
2015-01-13
1
-0
/
+1
*
Cluster: initialize mf_end.
antirez
2015-01-12
1
-0
/
+1
*
Cluster: Notify user on accept error
Matt Stancliff
2014-12-17
1
-1
/
+1
*
Fix comment in clusterHandleSlaveFailover().
antirez
2014-12-16
1
-1
/
+1
*
Make sure buffer is enough in clusterSendPing().
antirez
2014-12-15
1
-1
/
+1
*
Cluster PUBLISH message: fix totlen count.
antirez
2014-12-09
1
-2
/
+3
*
Parse cluster state file in IPv6 compatible way
Matt Stancliff
2014-10-31
1
-1
/
+1
*
Networking: add more outbound IP binding fixes
Matt Stancliff
2014-10-31
1
-2
/
+2
*
Cluster: process gossip section only for known nodes.
antirez
2014-10-09
1
-5
/
+8
*
Cluster: fix logic to detect we are among a minority.
antirez
2014-10-09
1
-9
/
+8
*
Cluster: more chatty slaves when failover is stalled.
antirez
2014-10-08
1
-4
/
+84
*
Clean up text throughout project
Matt Stancliff
2014-10-06
1
-13
/
+13
[next]