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
*
Moved most static strings into the shared structure (#8411)
Madelyn Olson
2021-02-09
1
-2
/
+1
*
AOF: recover from last write error after turn on appendonly again (#8030)
zhaozhao.zz
2021-01-29
1
-2
/
+17
*
Redis exit for fsync error when the AOF fsync policy is 'always' (#8347)
Wang Yuan
2021-01-28
1
-9
/
+23
*
GETEX, GETDEL and SET PXAT/EXAT (#8327)
Raghav Muddur
2021-01-27
1
-26
/
+23
*
Report child copy-on-write info continuously
YaacovHazan
2021-01-07
1
-3
/
+41
*
Refactory fork child related infra, Unify child pid
YaacovHazan
2021-01-07
1
-19
/
+13
*
Cleanup key tracking documentation and table management (#8039)
Madelyn Olson
2020-12-23
1
-2
/
+2
*
Several (mostly Solaris-related) cleanups (#8171)
Yossi Gottlieb
2020-12-13
1
-1
/
+1
*
add missing raxStop calls in aof stream rewrite (#8162)
Wen Hui
2020-12-13
1
-0
/
+3
*
Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)
Meir Shpilraien (Spielrein)
2020-11-17
1
-1
/
+12
*
Initialize original client argv for aof (#8042)
Madelyn Olson
2020-11-11
1
-0
/
+3
*
Disable rehash when redis has child process (#8007)
Wang Yuan
2020-11-03
1
-0
/
+1
*
Add local address to CLIENT LIST, and a CLIENT KILL filter. (#7913)
yoav-steinberg
2020-10-28
1
-0
/
+1
*
refactor aof rewrite code to avoid memory leaks in error handling (#7976)
Wen Hui
2020-10-28
1
-29
/
+68
*
fix double fclose in aofrewrite (#7919)
Wen Hui
2020-10-19
1
-5
/
+6
*
Remove temporary aof and rdb files in a background thread (#7905)
Wang Yuan
2020-10-13
1
-2
/
+2
*
memory reporting of clients argv (#7874)
Oran Agra
2020-10-05
1
-0
/
+2
*
Stream: Inconsistency between master and replica some XREADGROUP case (#7526)
valentinogeron
2020-09-24
1
-2
/
+25
*
refactor rewriteStreamObject code for adding missing streamIteratorStop call ...
Wen Hui
2020-09-22
1
-18
/
+36
*
RM_GetContextFlags provides indication that we're in a fork child (#7783)
Oran Agra
2020-09-20
1
-2
/
+2
*
Squash merging 125 typo/grammar/comment/doc PRs (#7773)
Oran Agra
2020-09-10
1
-2
/
+2
*
Run active defrag while blocked / loading (#7726)
Oran Agra
2020-09-03
1
-2
/
+1
*
Update memory metrics for INFO during loading (#7690)
Oran Agra
2020-08-27
1
-0
/
+1
*
Add missing calls to raxStop (#7532)
Wen Hui
2020-07-21
1
-6
/
+13
*
AOF: append origin SET if no expire option
zhaozhao.zz
2020-06-03
1
-8
/
+13
*
Support setcpuaffinity on linux/bsd
zhenwei pi
2020-05-02
1
-0
/
+1
*
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
|
/
/
[next]