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
...
*
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
*
Diskless SYNC: fix RDB EOF detection.
antirez
2014-11-11
1
-4
/
+19
*
Disconnect timedout slave: regression introduced with diskless repl.
antirez
2014-11-11
1
-2
/
+3
*
Networking: add more outbound IP binding fixes
Matt Stancliff
2014-10-29
1
-1
/
+2
*
Diskless replication: missing listRewind() added.
memsync
antirez
2014-10-29
1
-1
/
+5
*
Log slave ip:port in more log messages.
antirez
2014-10-27
1
-6
/
+11
*
Added a function to get slave name for logs.
antirez
2014-10-27
1
-9
/
+26
*
Diskless replication: log BGSAVE delay only when it is non-zero.
antirez
2014-10-27
1
-1
/
+2
*
Diskless sync delay is now configurable.
antirez
2014-10-27
1
-3
/
+3
*
Remove duplicated log message about starting BGSAVE.
antirez
2014-10-24
1
-1
/
+0
*
Diskless replication: less debugging printfs around.
antirez
2014-10-17
1
-1
/
+0
*
rio fdset target: handle short writes.
antirez
2014-10-17
1
-0
/
+1
*
Diskless replication: don't send "\n" pings to slaves.
antirez
2014-10-17
1
-1
/
+3
*
Diskless replication: remove 40 bytes EOF mark from end of RDB file.
antirez
2014-10-17
1
-0
/
+10
*
Diskless replication: swap inverted branches to compute read len.
antirez
2014-10-17
1
-2
/
+2
*
Diskless replication: don't enter the read-payload branch forever.
antirez
2014-10-17
1
-0
/
+3
*
Diskless replication: EOF:<mark> streaming support slave side.
antirez
2014-10-16
1
-7
/
+60
*
Diskless replication: redis.conf and CONFIG SET/GET support.
antirez
2014-10-16
1
-1
/
+2
*
Diskless replication: trigger a BGSAVE after a config change.
antirez
2014-10-16
1
-12
/
+17
*
Diskless replication flag renamed repl_diskless -> repl_diskless_sync.
antirez
2014-10-16
1
-5
/
+5
*
Diskless replication: trigger diskless RDB transfer if needed.
antirez
2014-10-16
1
-1
/
+36
*
Diskless replication: handle putting the slave online.
antirez
2014-10-15
1
-31
/
+57
*
Diskless replication: RDB -> slaves transfer draft implementation.
antirez
2014-10-14
1
-24
/
+57
*
Add some comments in syncCommand() to clarify RDB target.
antirez
2014-10-10
1
-4
/
+9
*
Fix typos
Aaron Rutkovsky
2014-09-29
1
-4
/
+4
*
Fix typo: ad -> and
Jan-Erik Rediger
2014-09-29
1
-2
/
+2
*
No more trailing spaces in Redis source code.
antirez
2014-06-26
1
-3
/
+3
*
ROLE command: array len fixed for slave output.
antirez
2014-06-21
1
-1
/
+1
*
ROLE output improved for slaves.
antirez
2014-06-07
1
-1
/
+13
*
ROLE command added.
antirez
2014-06-07
1
-0
/
+37
*
CLIENT LIST speedup via peerid caching + smart allocation.
antirez
2014-04-28
1
-3
/
+7
*
Check for EAGAIN in sendBulkToSlave().
antirez
2014-02-05
1
-3
/
+6
*
Cluster: function clusterGetSlaveRank() added.
antirez
2014-01-29
1
-0
/
+20
*
Set server.repl_down_since to 0 when changing master.
antirez
2014-01-17
1
-0
/
+1
*
Don't send REPLCONF ACK to old masters.
antirez
2014-01-08
1
-4
/
+11
*
Clarify a comment in slaveTryPartialResynchronization().
antirez
2014-01-08
1
-1
/
+1
*
Make new masters inherit replication offsets.
antirez
2013-12-22
1
-1
/
+12
*
Slaves heartbeats during sync improved.
antirez
2013-12-10
1
-1
/
+26
*
dict.c: added optional callback to dictEmpty().
antirez
2013-12-10
1
-2
/
+2
[prev]
[next]