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
/
replication.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PSYNC2: Do not accept WAIT in slave instances.
antirez
2016-12-02
1
-0
/
+5
*
PSYNC2: Minor memory leak reading -NOMASTERLINK master reply fixed.
antirez
2016-11-29
1
-0
/
+1
*
PSYNC2: stop sending newlines to sub-slaves when master is down.
antirez
2016-11-28
1
-19
/
+4
*
PSYNC2: on transient error jump to error, not write_error.
antirez
2016-11-24
1
-1
/
+1
*
PSYNC2: bugfixing pre release.
antirez
2016-11-23
1
-11
/
+38
*
Merge pull request #3612 from deep011/unstable
Salvatore Sanfilippo
2016-11-18
1
-1
/
+1
|
\
|
*
fix a possible bug for 'replconf getack'
deep011
2016-11-16
1
-1
/
+1
*
|
PSYNC2: Save replication ID/offset on RDB file.
psync2
antirez
2016-11-10
1
-1
/
+0
*
|
PSYNC2: Wrap debugging code with if(0)
antirez
2016-11-09
1
-1
/
+3
*
|
PSYNC2: different improvements to Redis replication.
antirez
2016-11-09
1
-98
/
+320
|
/
*
Simple change just using slaves instead of server.slaves
charsyam
2016-09-24
1
-1
/
+1
*
Fix a bug to delay bgsave while AOF rewrite in progress for replication
Qu Chen
2016-08-02
1
-1
/
+1
*
Ability of slave to announce arbitrary ip/port to master.
antirez
2016-07-27
1
-6
/
+56
*
Replication: when possible start RDB saving ASAP.
antirez
2016-07-22
1
-2
/
+8
*
Replication: start BGSAVE for replication always in replicationCron().
antirez
2016-07-21
1
-12
/
+15
*
Centralize slave replication handshake aborting.
antirez
2015-12-03
1
-22
/
+23
*
PR 2813 fix ported to unstable.
antirez
2015-10-15
1
-20
/
+23
*
Lazyfree: cond vars to enabled/disable it based on DEL context.
antirez
2015-10-02
1
-1
/
+4
*
Lazyfree: ability to free whole DBs in background.
antirez
2015-10-01
1
-1
/
+1
*
Refactoring: unlinkClient() added to lower freeClient() complexity.
antirez
2015-09-30
1
-22
/
+2
*
Refactoring: new function to test if client has pending output.
antirez
2015-09-30
1
-2
/
+2
*
Avoid installing the client write handler when possible.
antirez
2015-09-30
1
-0
/
+6
*
Log client details on SLAVEOF command having an effect.
antirez
2015-08-21
1
-3
/
+8
*
startBgsaveForReplication(): handle waiting slaves state change.
psync-fixes
antirez
2015-08-20
1
-47
/
+60
*
slaveTryPartialResynchronization and syncWithMaster: better synergy.
antirez
2015-08-07
1
-14
/
+16
*
syncWithMaster(): non blocking state machine.
statemachine
antirez
2015-08-06
1
-80
/
+193
*
startBgsaveForReplication(): log what you really do.
antirez
2015-08-06
1
-2
/
+3
*
Replication: add REPLCONF CAPA EOF support.
slaves_capa
antirez
2015-08-06
1
-11
/
+45
*
Fix replication slave pings period.
antirez
2015-08-05
1
-20
/
+26
*
Make sure we re-emit SELECT after each new slave full sync setup.
antirez
2015-08-05
1
-15
/
+24
*
Don't send SELECT to slaves in WAIT_BGSAVE_START state.
antirez
2015-08-05
1
-0
/
+1
*
syncCommand() comments improved.
antirez
2015-08-05
1
-1
/
+8
*
PSYNC initial offset fix.
antirez
2015-08-04
1
-13
/
+46
*
Force slaves to resync after unsuccessful PSYNC.
antirez
2015-07-28
1
-6
/
+10
*
replicationHandleMasterDisconnection() belongs to replication.c.
antirez
2015-07-28
1
-0
/
+14
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-196
/
+196
*
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
2015-07-26
1
-26
/
+26
*
RDMF: redisAssert -> serverAssert.
antirez
2015-07-26
1
-10
/
+10
*
RDMF: OBJ_ macros for object related stuff.
antirez
2015-07-26
1
-4
/
+4
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-29
/
+29
*
RDMF: redisLog -> serverLog.
antirez
2015-07-26
1
-81
/
+81
*
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
2015-07-26
1
-1
/
+1
*
Use best effort address binding to connect to the master
antirez
2015-06-11
1
-1
/
+1
*
Net: improve prepareClientToWrite() error handling and comments.
antirez
2015-04-01
1
-3
/
+4
*
fixes to diskless replication.
Oran Agra
2015-03-31
1
-0
/
+1
*
Replication: disconnect blocked clients when switching to slave role.
antirez
2015-03-24
1
-0
/
+1
*
Replication: put server.master client creation into separated function.
antirez
2015-02-04
1
-11
/
+18
*
AnetFormatIP(): renamed, commented, now sticks to IP:port format.
antirez
2014-12-11
1
-1
/
+1
*
Cleanup all IP formatting code
Matt Stancliff
2014-12-11
1
-1
/
+1
*
Network bandwidth tracking + refactoring.
antirez
2014-12-03
1
-0
/
+3
[next]