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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cluster: introduce data_received field.
antirez
2020-05-09
1
-0
/
+1
*
Split error message so dependandent callers give a useful result
Madelyn Olson
2019-12-16
1
-0
/
+1
*
Converting more configs to use generic infra, and moving defaults to config.c
Oran Agra
2019-11-28
1
-5
/
+0
*
TLS: Connections refactoring and TLS support.
Yossi Gottlieb
2019-10-07
1
-1
/
+1
*
Module cluster flags: add hooks for NO_REDIRECTION flag.
antirez
2018-09-19
1
-3
/
+3
*
Module cluster flags: initial vars / defines added.
antirez
2018-09-19
1
-0
/
+7
*
Fix typo
Jack Drogon
2018-07-03
1
-1
/
+1
*
Modules Cluster API: message bus implementation.
antirez
2018-03-29
1
-5
/
+15
*
Cluster: ability to prevent slaves from failing over their masters.
antirez
2018-03-14
1
-0
/
+3
*
Fixed comment in clusterMsg version field
Antonio Mallia
2017-06-04
1
-1
/
+1
*
Cluster: always add PFAIL nodes at end of gossip section.
antirez
2017-04-14
1
-0
/
+2
*
Cluster: collect more specific bus messages stats.
antirez
2017-04-13
1
-22
/
+26
*
Cluster: hash slots tracking using a radix tree.
antirez
2017-03-27
1
-1
/
+2
*
Cluster announce ip / port initial implementation.
antirez
2016-01-29
1
-7
/
+8
*
Cluster: add announce ip field in messages header.
antirez
2016-01-29
1
-2
/
+3
*
Cluster: clarify node->slave may be NULL.
antirez
2016-01-14
1
-1
/
+4
*
Cluster: replica migration with delay.
antirez
2015-12-11
1
-0
/
+2
*
Fix replicas migration by adding a new flag.
antirez
2015-12-09
1
-1
/
+1
*
RDMF: more names updated.
antirez
2015-07-27
1
-62
/
+62
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-2
/
+2
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-3
/
+3
*
Cluster: redirection refactoring + handling of blocked clients.
antirez
2015-03-24
1
-3
/
+6
*
Cluster: better cluster state transiction handling.
antirez
2015-03-20
1
-0
/
+1
*
Cluster: clusterMsgDataGossip structure, explict padding + minor stuff.
antirez
2015-01-13
1
-4
/
+6
*
Cluster PUBLISH message: fix totlen count.
antirez
2014-11-28
1
-1
/
+4
*
Cluster: more chatty slaves when failover is stalled.
antirez
2014-10-07
1
-0
/
+10
*
Clean up text throughout project
Matt Stancliff
2014-09-29
1
-3
/
+3
*
Cluster: new option to work with partial slots coverage.
antirez
2014-09-17
1
-0
/
+1
*
Use modern typedef form in cluster.h.
antirez
2014-08-25
1
-5
/
+4
*
Cluster: slave validity factor is now user configurable.
antirez
2014-05-22
1
-1
/
+1
*
Cluster: last_vote_epoch -> lastVoteEpoch.
antirez
2014-03-27
1
-1
/
+1
*
Cluster: better timeout and retry time for failover.
antirez
2014-03-10
1
-1
/
+0
*
Redis Cluster: support for multi-key operations.
antirez
2014-03-07
1
-0
/
+7
*
Remove redundant IP length definition
Matt Stancliff
2014-03-06
1
-1
/
+0
*
Fix IP representation in clusterMsgDataGossip
Matt Stancliff
2014-02-25
1
-1
/
+1
*
Cluster: clusterReadHandler() fixed to work with new message header.
antirez
2014-02-10
1
-1
/
+1
*
Cluster: signature changed to "RCmb" (Redis Cluster message bus).
antirez
2014-02-10
1
-1
/
+1
*
Cluster: added signature + version in bus packets.
antirez
2014-02-10
1
-0
/
+3
*
Cluster: force AUTH ACK on manual failover.
antirez
2014-02-05
1
-0
/
+2
*
Cluster: manual failover initial implementation.
antirez
2014-02-05
1
-1
/
+19
*
Cluster: configurable replicas migration barrier.
antirez
2014-01-31
1
-0
/
+1
*
Cluster: added progressive election delay according to slave rank.
antirez
2014-01-29
1
-0
/
+1
*
Cluster: refactoring: new macros to check node flags.
antirez
2014-01-29
1
-1
/
+9
*
Cluster: broadcast master/slave replication offset in bus header.
antirez
2014-01-28
1
-0
/
+2
*
Cluster: limit cluster.h to 80 cols.
antirez
2014-01-28
1
-3
/
+4
*
Cluster: introduced repl_offset fields in clusterNode.
antirez
2014-01-28
1
-4
/
+6
*
Cluster: basic data structures for nodes black list.
antirez
2013-11-29
1
-0
/
+1
*
Cluster: some code about clusterHandleSlaveFailover() marginally improved.
antirez
2013-11-29
1
-2
/
+2
*
Cluster: UPDATE msg data structure and sending function.
antirez
2013-11-08
1
-1
/
+13
*
Cluster: time switched from seconds to milliseconds.
antirez
2013-10-09
1
-8
/
+8
[next]