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
*
Close connection with timedout slaves.
antirez
2013-05-27
1
-0
/
+27
*
Send ACK to master once every second.
antirez
2013-05-27
1
-0
/
+4
*
Don't ACK the master after every command.
antirez
2013-05-27
1
-0
/
+17
*
Make sure that REPLCONF ACK really has no return value.
antirez
2013-05-25
1
-0
/
+1
*
REPLCONF ACK command.
antirez
2013-05-25
1
-0
/
+13
*
Cluster: SLAVEOF command not allowed in cluster mode.
antirez
2013-03-05
1
-0
/
+9
*
Make sure replicationSetMaster() works when ip argument is not an sds.
antirez
2013-03-04
1
-1
/
+1
*
SLAVEOF command refactored into a proper API.
antirez
2013-03-04
1
-15
/
+26
*
Use GCC printf format attribute for redisLog().
antirez
2013-02-27
1
-3
/
+4
*
PSYNC: another change to unexpected reply from PSYNC.
antirez
2013-02-13
1
-4
/
+1
*
PSYNC: More robust handling of unexpected reply to PSYNC.
antirez
2013-02-13
1
-0
/
+8
*
Replication: more strict error checking for master PING reply.
antirez
2013-02-12
1
-5
/
+10
*
Replication: added new stats counting full and partial resynchronizations.
antirez
2013-02-12
1
-2
/
+17
*
PSYNC: debugging printf() calls are now logs at DEBUG level.
antirez
2013-02-12
1
-9
/
+14
*
Remove harmless warning in slaveTryPartialResynchronization().
antirez
2013-02-12
1
-1
/
+1
*
PSYNC: don't use the client buffer to send +CONTINUE and +FULLRESYNC.
antirez
2013-02-12
1
-5
/
+17
*
SYNC not allowed with pending data on the static output buffer.
antirez
2013-02-12
1
-2
/
+2
*
Log the unexpected string received in place of the SYNC payload length.
antirez
2013-02-12
1
-1
/
+1
*
After SLAVEOF <newslave> don't allow chained slaves to PSYNC.
antirez
2013-02-12
1
-1
/
+2
*
PSYNC: work in progress, preview #2, rebased to unstable.
antirez
2013-02-12
1
-45
/
+606
*
Use the new unified protocol to send SELECT to slaves.
antirez
2013-02-12
1
-1
/
+7
*
Use replicationFeedSlaves() to send PING to slaves.
antirez
2013-02-12
1
-12
/
+12
*
Emit SELECT to slaves in a centralized way.
antirez
2013-02-12
1
-3
/
+3
*
Make all WATCHers dirty when the slave reloads the DB.
antirez
2013-02-08
1
-0
/
+1
*
TCP_NODELAY after SYNC: changes to the implementation.
antirez
2013-02-05
1
-8
/
+3
*
Turn off TCP_NODELAY on the slave socket after SYNC.
charsyam
2013-02-05
1
-0
/
+8
*
Fixed many typos.
guiquanz
2013-01-19
1
-5
/
+5
*
Undo slave-master handshake when SLAVEOF sets a new slave.
antirez
2013-01-15
1
-7
/
+23
*
Better error reporting when fd event creation fails.
antirez
2013-01-03
1
-1
/
+3
*
serverCron() frequency is now a runtime parameter (was REDIS_HZ).
antirez
2012-12-14
1
-1
/
+1
*
BSD license added to every C source and header file.
antirez
2012-11-08
1
-0
/
+31
*
Unix socket clients properly displayed in MONITOR and CLIENT LIST.
antirez
2012-11-01
1
-2
/
+4
*
"Timeout receiving bulk data" error message modified.
antirez
2012-10-04
1
-1
/
+1
*
Fix compilation on FreeBSD. Thanks to @koobs on twitter.
antirez
2012-09-17
1
-0
/
+1
*
Merge pull request #576 from saj/fix-slave-ping-period
Salvatore Sanfilippo
2012-09-05
1
-1
/
+1
|
\
|
*
Bug fix: slaves being pinged every second
Saj Goonatilleke
2012-07-05
1
-1
/
+1
*
|
Send an async PING before starting replication with master.
antirez
2012-09-02
1
-9
/
+67
*
|
Incrementally flush RDB on disk while loading it from a master.
antirez
2012-08-28
1
-9
/
+27
|
/
*
Typo in comment.
antirez
2012-06-27
1
-1
/
+1
*
REPLCONF internal command introduced.
antirez
2012-06-27
1
-17
/
+105
*
Dead code removed from replication.c.
antirez
2012-05-24
1
-1
/
+0
*
Remove useless trailing space in SYNC command sent to master.
antirez
2012-05-02
1
-1
/
+1
*
Spelling: s/synchrnonization/synchronization
David Tran
2012-04-25
1
-1
/
+1
*
syncio.c calls in replication.c fixed for the new millisecond timeout API.
antirez
2012-03-31
1
-4
/
+4
*
Purely aesthetic code change.
antirez
2012-03-30
1
-1
/
+1
*
Fixed a memory leak with replication
Joseph Jang
2012-03-30
1
-14
/
+5
*
Fix for slaves chains. Force resync of slaves (simply disconnecting them) wh...
antirez
2012-03-29
1
-0
/
+1
*
use server.unixtime instead of time(NULL) where possible (cluster.c not check...
Premysl Hruby
2012-03-27
1
-5
/
+5
*
Better MONITOR output, now includes client ip:port or the lua string if the c...
antirez
2012-03-07
1
-3
/
+9
*
Ping the slave using the standard protocol instead of the inline one.
antirez
2012-02-29
1
-1
/
+1
[next]