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
*
RESTORE: accept RDB dumps with older versions.
antirez
2016-06-16
1
-1
/
+1
*
Cluster: make getNodeByQuery() responsible of -CLUSTERDOWN errors.
antirez
2016-05-05
1
-2
/
+11
*
Merge pull request #3039 from itamarhaber/patch-3
Salvatore Sanfilippo
2016-05-05
1
-1
/
+1
|
\
|
*
Fixes a typo
Itamar Haber
2016-01-28
1
-1
/
+1
*
|
New masters with slots are now targets of migration if others are.
antirez
2016-05-02
1
-1
/
+35
*
|
Cluster: store busport with different separator in CLUSTER NODES.
antirez
2016-02-02
1
-9
/
+13
*
|
Cluster announce: WIP, allow building again.
antirez
2016-02-01
1
-1
/
+1
*
|
Merge branch 'cluster-docker' into unstable
antirez
2016-02-01
1
-36
/
+127
|
\
\
|
*
|
Cluster anounce-ip/port WIP.
antirez
2016-01-29
1
-0
/
+1
|
*
|
Cluster announce port: set port/bport for myself at startup.
antirez
2016-01-29
1
-2
/
+7
|
*
|
Cluster: persist bus port in nodes.conf.
antirez
2016-01-29
1
-2
/
+8
|
*
|
Cluster announce ip: take myself->ip always in sync.
antirez
2016-01-29
1
-6
/
+30
|
*
|
Cluster announce ip / port initial implementation.
antirez
2016-01-29
1
-31
/
+86
|
|
/
*
|
Cluster: include node IDs in SLOTS output.
antirez
2016-01-29
1
-2
/
+6
|
/
*
Cluster: check packets length before accessing far fields.
antirez
2016-01-27
1
-5
/
+10
*
Cluster: mismatch sender ID log put back at DEBUG level.
antirez
2016-01-26
1
-1
/
+1
*
Cluster: fix missing ntohs() call to access gossip section port.
antirez
2016-01-26
1
-1
/
+1
*
Better address udpate strategy when processing gossip sections.
antirez
2016-01-26
1
-6
/
+15
*
Minor MIGRATE refactoring.
antirez
2016-01-19
1
-5
/
+12
*
More variadic MIGRATE fixes.
antirez
2016-01-19
1
-8
/
+9
*
Various fixes to MIGRATE with multiple keys.
antirez
2016-01-18
1
-12
/
+45
*
Cluster: fix setting nodes slaveof pointer to NULL on node release.
antirez
2016-01-14
1
-14
/
+3
*
CLUSTER BUMPEPOCH initial implementation fixed.
antirez
2016-01-11
1
-7
/
+7
*
Cluster: CLUSTER BUMPEPOCH introduced to help redis-trib fix.
antirez
2016-01-11
1
-0
/
+7
*
Cluster: don't allow CLUSTER SETSLOT with slaves.
antirez
2016-01-11
1
-0
/
+5
*
Allow MIGRATE to always be called on local keys for open slots.
antirez
2016-01-08
1
-6
/
+7
*
Fix typos & grammar in clusterBumpConfigEpochWithoutConsensus() comment.
antirez
2016-01-08
1
-4
/
+4
*
Cluster: don't send -ASK to MIGRATE.
antirez
2016-01-06
1
-3
/
+5
*
Suppress harmless warnings.
antirez
2015-12-16
1
-1
/
+1
*
MIGRATE: Fix new argument rewriting refcount handling.
antirez
2015-12-11
1
-3
/
+2
*
MIGRATE: fix replies processing and argument rewriting.
antirez
2015-12-11
1
-12
/
+24
*
Pipelined multiple keys MIGRATE.
antirez
2015-12-11
1
-62
/
+114
*
Cluster: replica migration with delay.
antirez
2015-12-11
1
-17
/
+37
*
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-09
1
-19
/
+30
*
Redis Cluster: hint about validity factor when slave can't failover.
antirez
2015-11-27
1
-1
/
+3
*
Lazyfree: ability to free whole DBs in background.
antirez
2015-10-01
1
-1
/
+1
*
Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)
antirez
2015-10-01
1
-1
/
+4
*
RDMF: use representClusterNodeFlags() generic name.
antirez
2015-07-27
1
-4
/
+4
*
RDMF: more names updated.
antirez
2015-07-27
1
-176
/
+176
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-103
/
+103
*
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
2015-07-26
1
-53
/
+53
*
RDMF: redisAssert -> serverAssert.
antirez
2015-07-26
1
-23
/
+23
*
RDMF: OBJ_ macros for object related stuff.
antirez
2015-07-26
1
-2
/
+2
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-13
/
+13
*
RDMF: redisLog -> serverLog.
antirez
2015-07-26
1
-70
/
+70
*
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
2015-07-26
1
-1
/
+1
*
Do not attempt to lock on Solaris
Jan-Erik Rediger
2015-06-24
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
[next]