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
*
Fix the output bug in rename exceptions.
ArkayZheng
2019-01-25
1
-1
/
+2
*
Refactoring: always kill AOF/RDB child via helper functions.
antirez
2019-01-21
1
-4
/
+1
*
Merge branch 'unstable' into fixChildInfoPipeFdLeak
Salvatore Sanfilippo
2019-01-21
1
-8
/
+10
|
\
|
*
Merge pull request #5797 from trevor211/fixUpdateDictResizePolicy
Salvatore Sanfilippo
2019-01-21
1
-0
/
+1
|
|
\
|
|
*
Update dict resize policy when rdb child process gets killed.
WuYunlong
2019-01-21
1
-0
/
+1
|
*
|
ACL: configure the master connection without user.
antirez
2019-01-17
1
-0
/
+1
|
*
|
RESP3: addReplyString() -> addReplyProto().
antirez
2019-01-09
1
-1
/
+1
|
*
|
RESP3: Use new deferred len API in replication.c.
antirez
2019-01-09
1
-7
/
+7
|
|
/
*
|
Fix child info pipe fd leak when child process gets killed.
WuYunlong
2019-01-21
1
-0
/
+1
|
/
*
When replica kills a pending RDB save during SYNC, log it.
antirez
2018-10-31
1
-0
/
+6
*
Merge pull request #5367 from nUl1/fullresync-stopbgsave
Salvatore Sanfilippo
2018-10-31
1
-0
/
+6
|
\
|
*
Move child termination to readSyncBulkPayload
Andrey Bugaevskiy
2018-09-27
1
-7
/
+6
|
*
Prevent RDB autosave from overwriting full resync results
Andrey Bugaevskiy
2018-09-19
1
-0
/
+7
*
|
Fix typo in replicationCron() comment.
antirez
2018-10-05
1
-1
/
+1
|
/
*
Slave removal: replication.c logs fixed.
antirez
2018-09-11
1
-35
/
+35
*
Slave removal: SLAVEOF -> REPLICAOF. SLAVEOF is now an alias.
antirez
2018-09-11
1
-1
/
+1
*
fix rare replication stream corruption with disk-based replication
Oran Agra
2018-07-17
1
-0
/
+1
*
slave buffers were wasteful and incorrectly counted causing eviction
Oran Agra
2018-07-16
1
-0
/
+1
*
Fix typo
Jack Drogon
2018-07-03
1
-6
/
+6
*
Set repl_down_since to zero on state change.
antirez
2018-07-03
1
-1
/
+2
*
fix server.repl_down_since resetting, so that slaves could failover
WuYunlong
2018-06-30
1
-1
/
+1
*
Fix type of argslen in sendSynchronousCommand().
antirez
2018-06-26
1
-1
/
+1
*
Remove black space.
antirez
2018-06-26
1
-1
/
+1
*
Addressed comments
Madelyn Olson
2018-06-26
1
-1
/
+1
*
Fixed replication authentication with whitespace in password
Madelyn Olson
2018-06-26
1
-5
/
+12
*
Fix write() errno error
shenlongxing
2018-06-06
1
-3
/
+4
*
Merge pull request #4269 from jianqingdu/unstable
Salvatore Sanfilippo
2018-01-24
1
-2
/
+2
|
\
|
*
fix not call va_end when syncWrite() failed
jianqingdu
2017-08-30
1
-2
/
+2
*
|
Hopefully more clear comment to explain the change in #4607.
antirez
2018-01-16
1
-3
/
+4
*
|
PSYNC2 fix - promoted slave should hold on to it's backlog
Oran Agra
2018-01-16
1
-0
/
+5
*
|
add linkClient(): adds the client and caches the list node.
antirez
2017-12-05
1
-2
/
+1
*
|
networking: optimize unlinkClient() in freeClient()
zhaozhao.zz
2017-11-30
1
-0
/
+1
*
|
PSYNC2: reorganize comments related to recent fixes.
antirez
2017-11-24
1
-9
/
+14
*
|
PSYNC2: safe free backlog when reach the time limit
zhaozhao.zz
2017-11-01
1
-0
/
+12
*
|
PSYNC2: More refinements related to #4316.
psync2-rdb-fixes
antirez
2017-09-20
1
-0
/
+1
*
|
PSYNC2: make persisiting replication info more solid
zhaozhao.zz
2017-09-20
1
-4
/
+10
*
|
PSYNC2: Fix the way replication info is saved/loaded from RDB.
antirez
2017-09-19
1
-10
/
+4
*
|
PSYNC2: Create backlog on slave partial sync as well.
antirez
2017-09-19
1
-0
/
+5
|
/
*
PSYNC2: fix master cleanup when caching it.
antirez
2017-04-27
1
-3
/
+7
*
PSYNC2: discard pending transactions from cached master.
antirez
2017-04-19
1
-1
/
+3
*
Fix PSYNC2 incomplete command bug as described in #3899.
antirez
2017-04-19
1
-0
/
+7
*
Fix typo in feedReplicationBacklog() top comment.
antirez
2017-04-12
1
-1
/
+1
*
Don't leak file descriptor on syncWithMaster().
antirez
2017-02-20
1
-1
/
+2
*
Hopefully improve code comments for issue #3616.
antirez
2016-12-16
1
-7
/
+8
*
Merge pull request #3616 from oranagra/stop_aofrw_before_rdbload
Salvatore Sanfilippo
2016-12-16
1
-13
/
+19
|
\
|
*
when a slave loads an RDB, stop an AOFRW fork before flusing db and parsing r...
oranagra
2016-11-16
1
-13
/
+19
*
|
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
[next]