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
/
aof.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modules: Test MULTI/EXEC replication of RM_Replicate
Guy Benoish
2020-03-31
1
-1
/
+1
*
AOFRW on an empty stream created with MKSTREAM loads badkly
Oran Agra
2020-03-25
1
-1
/
+2
*
Merge pull request #6785 from patpatbear/issue_#6696_fix_aof_child_whitelist_...
Salvatore Sanfilippo
2020-02-27
1
-4
/
+5
|
\
|
*
fix impl of aof-child whitelist SIGUSR1 feature.
srzhao
2020-01-17
1
-4
/
+5
*
|
stopAppendOnly resets aof_rewrite_scheduled
Oran Agra
2020-02-06
1
-0
/
+1
|
/
*
Simplify #6379 changes.
antirez
2020-01-13
1
-4
/
+1
*
Merge pull request #6739 from trevor211/fixMemoryLeak
Salvatore Sanfilippo
2020-01-13
1
-1
/
+4
|
\
|
*
Fix potential memory leak of rioWriteBulkStreamID().
WuYunlong
2020-01-06
1
-1
/
+4
*
|
Jump to right label on AOF parsing error.
antirez
2020-01-13
1
-4
/
+6
*
|
Free fakeclient argv on AOF error.
antirez
2020-01-10
1
-3
/
+11
|
/
*
Merge pull request #6134 from zhouyuan/fix_aof
Salvatore Sanfilippo
2019-11-19
1
-1
/
+1
|
\
|
*
aof: fix assignment for aof_fsync_offset
Yuan Zhou
2019-05-29
1
-1
/
+1
*
|
Modules hooks: complete missing hooks for the initial set of hooks
Oran Agra
2019-10-29
1
-4
/
+10
*
|
Modules: allow to check for AOF loading client.
antirez
2019-10-17
1
-2
/
+3
*
|
Merge remote-tracking branch 'upstream/unstable' into tls
Yossi Gottlieb
2019-10-16
1
-27
/
+11
|
\
\
|
*
|
Function renamed hasForkChild() -> hasActiveChildProcess().
antirez
2019-09-27
1
-5
/
+5
|
*
|
Merge branch 'unstable' into modules_fork
Salvatore Sanfilippo
2019-09-27
1
-4
/
+6
|
|
\
\
|
|
*
|
BGREWRITEAOF: improve the generic error message.
antirez
2019-09-26
1
-1
/
+2
|
*
|
|
Module API for Forking
Oran Agra
2019-07-17
1
-26
/
+9
*
|
|
|
TLS: Implement support for write barrier.
Oran Agra
2019-10-07
1
-0
/
+4
*
|
|
|
diskless replication rdb transfer uses pipe, and writes to sockets form the p...
Oran Agra
2019-10-07
1
-0
/
+2
*
|
|
|
TLS: Connections refactoring and TLS support.
Yossi Gottlieb
2019-10-07
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
AOF: be future-proof and close the file pointer.
antirez
2019-09-04
1
-0
/
+3
*
|
|
Vertically compact code in aofWrite().
antirez
2019-07-12
1
-3
/
+1
|
/
/
*
|
diskless replication on slave side (don't store rdb to file), plus some other...
Oran Agra
2019-07-08
1
-1
/
+1
|
/
*
aof: enhance AOF_FSYNC_EVERYSEC, more details in #5985
zhaozhao.zz
2019-04-29
1
-3
/
+31
*
Add RedisModule_GetKeyNameFromIO().
Yossi Gottlieb
2019-03-15
1
-1
/
+1
*
remove temp-rewriteaof-xxx.aof when interrupt aofrewrite
chendianqiang
2019-03-12
1
-0
/
+3
*
Refactoring: always kill AOF/RDB child via helper functions.
antirez
2019-01-21
1
-1
/
+1
*
Merge branch 'unstable' into fixChildInfoPipeFdLeak
Salvatore Sanfilippo
2019-01-21
1
-0
/
+3
|
\
|
*
Remove non semantical newline space from PR #5797.
antirez
2019-01-21
1
-1
/
+0
|
*
Merge pull request #5797 from trevor211/fixUpdateDictResizePolicy
Salvatore Sanfilippo
2019-01-21
1
-0
/
+2
|
|
\
|
|
*
Update dict resize policy when aof rewrite process gets killed.
WuYunlong
2019-01-21
1
-0
/
+2
|
*
|
RESP3: Populate new fields for the AOF fake client.
antirez
2019-01-14
1
-0
/
+2
|
|
/
*
|
Fix child info pipe fd leak when child process gets killed.
WuYunlong
2019-01-21
1
-0
/
+1
|
/
*
Streams: rewrite empty streams with certain lastid
zhaozhao.zz
2018-10-16
1
-1
/
+1
*
Streams: rewrite empty streams with XADD MAXLEN 0. Use XSETID.
antirez
2018-10-16
1
-12
/
+18
*
Merge pull request #5426 from soloestoy/feature-xstream
Salvatore Sanfilippo
2018-10-16
1
-16
/
+32
|
\
|
*
Stream & AOF: rewrite stream in correct way
zhaozhao.zz
2018-10-09
1
-16
/
+32
*
|
aof.c: improve indentation and change warning message.
antirez
2018-10-09
1
-4
/
+11
*
|
AOF: discard if we lost EXEC when loading aof
zhaozhao.zz
2018-08-03
1
-2
/
+13
|
/
*
Fix AOF comment to report the current behavior.
antirez
2018-08-03
1
-1
/
+3
*
slave buffers were wasteful and incorrectly counted causing eviction
Oran Agra
2018-07-16
1
-1
/
+1
*
Fix typo
Jack Drogon
2018-07-03
1
-3
/
+3
*
AOF: remove no longer used variable "now".
antirez
2018-06-19
1
-1
/
+0
*
Remove AOF optimization to skip expired keys.
antirez
2018-06-19
1
-3
/
+0
*
Merge pull request #4758 from soloestoy/rdb-save-incremental-fsync
Salvatore Sanfilippo
2018-06-16
1
-5
/
+5
|
\
|
*
rdb: incremental fsync when redis saves rdb
zhaozhao.zz
2018-03-16
1
-5
/
+5
*
|
Don't expire keys while loading RDB from AOF preamble.
antirez
2018-05-29
1
-1
/
+1
*
|
CG: AOF rewriting implemented.
antirez
2018-03-23
1
-4
/
+85
|
/
[next]