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
*
Remove RDB files used for replication in persistence-less instances.
antirez
2020-03-03
1
-1
/
+47
*
modify the read buf size according to the write buf size PROTO_IOBUF_LEN defi...
Hengjian Tang
2020-02-25
1
-1
/
+1
*
Merge pull request #6822 from guybe7/diskless_load_module_hook_fix
Salvatore Sanfilippo
2020-02-06
1
-5
/
+9
|
\
|
*
Diskless-load emptyDb-related fixes
Guy Benoish
2020-02-06
1
-5
/
+9
*
|
Merge pull request #6848 from oranagra/opt_use_diskless_load_calls
Salvatore Sanfilippo
2020-02-06
1
-4
/
+3
|
\
\
|
*
|
reduce repeated calls to use_diskless_load
Oran Agra
2020-02-06
1
-4
/
+3
|
|
/
*
|
move restartAOFAfterSYNC from replicaofCommand to replicationUnsetMaster
Oran Agra
2020-02-06
1
-3
/
+4
|
/
*
Rename rdb asynchronously
ShooterIT
2019-12-31
1
-0
/
+7
*
Use libsystemd's sd_notify for communicating redis status to systemd
Johannes Truschnigg
2019-11-19
1
-0
/
+5
*
Modules hooks: complete missing hooks for the initial set of hooks
Oran Agra
2019-10-29
1
-5
/
+50
*
Merge branch 'unstable' into minor-typos
Wander Hillen
2019-10-25
1
-299
/
+697
|
\
|
*
Merge remote-tracking branch 'upstream/unstable' into tls
Yossi Gottlieb
2019-10-16
1
-7
/
+17
|
|
\
|
|
*
Merge pull request #6429 from charsyam/feature/typo-slave
Salvatore Sanfilippo
2019-10-10
1
-2
/
+2
|
|
|
\
|
|
|
*
fix type salves to slaves
charsyam
2019-10-07
1
-2
/
+2
|
|
*
|
Cluster: fix memory leak of cached master.
antirez
2019-10-10
1
-1
/
+4
|
|
|
/
|
|
*
Function renamed hasForkChild() -> hasActiveChildProcess().
antirez
2019-09-27
1
-2
/
+2
|
|
*
Merge branch 'unstable' into modules_fork
Salvatore Sanfilippo
2019-09-27
1
-10
/
+41
|
|
|
\
|
|
|
*
Merge pull request #6235 from oranagra/module_rdb_load_errors
Salvatore Sanfilippo
2019-09-26
1
-1
/
+8
|
|
|
|
\
|
|
|
|
*
Log message when modules prevent diskless-load
Oran Agra
2019-07-30
1
-1
/
+4
|
|
|
|
*
Avoid diskelss-load if modules did not declare they handle read errors
Oran Agra
2019-07-30
1
-1
/
+5
|
|
*
|
|
Module API for Forking
Oran Agra
2019-07-17
1
-3
/
+3
|
|
|
|
/
|
|
|
/
|
|
*
|
|
TLS: Configuration options.
Yossi Gottlieb
2019-10-07
1
-4
/
+7
|
*
|
|
diskless replication rdb transfer uses pipe, and writes to sockets form the p...
Oran Agra
2019-10-07
1
-2
/
+148
|
*
|
|
TLS: Connections refactoring and TLS support.
Yossi Gottlieb
2019-10-07
1
-111
/
+87
|
|
|
/
|
|
/
|
|
*
|
Replication: clarify why repl_put_online_on_ack exists at all.
antirez
2019-08-05
1
-9
/
+33
|
|
/
|
*
Diskless replica: fix disklessLoadRestoreBackups() bug.
antirez
2019-07-10
1
-7
/
+7
|
*
Diskless replica: refactoring of DBs backups.
antirez
2019-07-10
1
-22
/
+47
|
*
Diskless replica: a few aesthetic changes to replication.c.
antirez
2019-07-08
1
-37
/
+89
|
*
diskless replication on slave side (don't store rdb to file), plus some other...
Oran Agra
2019-07-08
1
-121
/
+219
|
*
Narrow the effects of PR #6029 to the exact state.
antirez
2019-05-15
1
-5
/
+17
|
*
Merge pull request #6029 from chendq8/clientpause
Salvatore Sanfilippo
2019-05-15
1
-1
/
+1
|
|
\
|
|
*
stop ping when client pause
chendianqiang
2019-04-17
1
-1
/
+1
|
*
|
Merge pull request #3830 from oranagra/diskless_capa_pr
Salvatore Sanfilippo
2019-03-22
1
-0
/
+1
|
|
\
\
|
|
*
|
diskless replication - notify slave when rdb transfer failed
Oran Agra
2019-03-20
1
-0
/
+1
|
*
|
|
More sensible name for function: restartAOFAfterSYNC().
antirez
2019-03-21
1
-3
/
+7
|
*
|
|
Mostly aesthetic changes to restartAOF().
antirez
2019-03-21
1
-3
/
+7
|
*
|
|
bugfix to restartAOF, exit will never happen since retry will get negative.
oranagra
2019-03-20
1
-4
/
+5
|
|
/
/
|
*
|
replicaofCommand() refactoring: stay into 80 cols.
antirez
2019-03-18
1
-2
/
+5
|
*
|
Make comment in #5911 stay inside 80 cols.
antirez
2019-03-10
1
-1
/
+2
|
*
|
Replicas aren't allowed to run the replicaof command
John Sully
2019-03-09
1
-0
/
+8
|
|
/
|
*
ACL: add masteruser configuration for replication
zhaozhao.zz
2019-02-12
1
-1
/
+7
|
*
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
|
|
/
[next]