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
/
rdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Demoting some of the non-warning messages to notice (#10715)
Binbin
2023-02-19
1
-3
/
+3
*
Reclaim page cache of RDB file (#11248)
Tian
2023-02-12
1
-7
/
+20
*
Fix zuiFind crash / RM_ScanKey hang on SET object listpack encoding (#11581)
Binbin
2022-12-09
1
-0
/
+1
*
When converting a set to dict, presize for one more element to be added (#11559)
Viktor Söderqvist
2022-12-06
1
-17
/
+11
*
Stream consumers: Re-purpose seen-time, add active-time (#11099)
guybe7
2022-11-30
1
-5
/
+28
*
sanitize dump payload: fix crash with empty set with listpack encoding (#11519)
Binbin
2022-11-20
1
-0
/
+7
*
Add listpack encoding for list (#11303)
sundb
2022-11-16
1
-1
/
+15
*
Listpack encoding for sets (#11290)
Viktor Söderqvist
2022-11-09
1
-11
/
+76
*
diskless master, avoid bgsave child hung when fork parent crashes (#11463)
Oran Agra
2022-11-09
1
-0
/
+4
*
Avoid saving module aux on RDB if no aux data was saved by the module. (#11374)
Meir Shpilraien (Spielrein)
2022-10-18
1
-14
/
+36
*
optimizing d2string() and addReplyDouble() with grisu2: double to string conv...
filipe oliveira
2022-10-15
1
-2
/
+5
*
Trim rdb loading code for pre-release formats (#11058)
Oran Agra
2022-08-15
1
-74
/
+28
*
errno cleanup around rdbLoad (#11042)
Binbin
2022-08-04
1
-5
/
+4
*
Adding parentheses and do-while(0) to macros (#11080)
Moti Cohen
2022-08-03
1
-1
/
+1
*
Optimization: moduleLoadString should try to create embedded string if not pl...
Valentino Geron
2022-07-31
1
-3
/
+1
*
Change the return value of rdbLoad function to enums (#11039)
Binbin
2022-07-26
1
-2
/
+3
*
Add error log message when failing to open RDB file for reading (#11036)
YaacovHazan
2022-07-25
1
-1
/
+5
*
Avoid using unsafe C functions (#10932)
ranshid
2022-07-18
1
-4
/
+4
*
Fix some outdated comments and some typo (#10946)
Binbin
2022-07-06
1
-2
/
+1
*
Fsync directory while persisting AOF manifest, RDB file, and config file (#10...
Tian
2022-06-20
1
-4
/
+7
*
Increment the stat_rdb_saves counter in SAVE command (#10827)
Binbin
2022-06-07
1
-1
/
+4
*
Adds isolated netstats for replication. (#10062)
DarrenJiang13
2022-05-31
1
-0
/
+3
*
Optimize integer zset scores in listpack (converting to string and back) (#10...
Oran Agra
2022-04-17
1
-15
/
+4
*
solve corrupt dump fuzzer crash in streams (#10579)
Oran Agra
2022-04-14
1
-0
/
+6
*
Functions: Move library meta data to be part of the library payload. (#10500)
Meir Shpilraien (Spielrein)
2022-04-05
1
-50
/
+58
*
Add stream consumer group lag tracking and reporting (#9127)
Itamar Haber
2022-02-23
1
-3
/
+61
*
aof rewrite and rdb save counters in info (#10178)
yoav-steinberg
2022-02-17
1
-0
/
+1
*
Modify AOF preamble related logs, and change the RDB aux field (#10283)
chenyang8094
2022-02-11
1
-5
/
+9
*
Added functions support to redis-check-rdb (#10154)
Meir Shpilraien (Spielrein)
2022-01-20
1
-5
/
+10
*
Always create base AOF file when redis start from empty. (#10102)
chenyang8094
2022-01-13
1
-2
/
+4
*
Redis Function Libraries (#10004)
Meir Shpilraien (Spielrein)
2022-01-06
1
-19
/
+19
*
`redis-cli --replica` reads dummy empty rdb instead of full snapshot (#10044)
yoav-steinberg
2022-01-04
1
-5
/
+5
*
Ban snapshot-creating commands and other admin commands from transactions (#1...
guybe7
2022-01-04
1
-2
/
+2
*
Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)
chenyang8094
2022-01-03
1
-20
/
+23
*
Generate RDB with Functions only via redis-cli --functions-rdb (#9968)
yoav-steinberg
2022-01-02
1
-92
/
+128
*
santize dump payload: fix carsh when zset with NAN score (#10002)
Binbin
2021-12-26
1
-0
/
+7
*
Add FUNCTION DUMP and RESTORE. (#9938)
Meir Shpilraien (Spielrein)
2021-12-26
1
-30
/
+52
*
Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...
Meir Shpilraien (Spielrein)
2021-12-21
1
-8
/
+3
*
Remove EVAL script verbatim replication, propagation, and deterministic execu...
zhugezy
2021-12-21
1
-21
/
+1
*
Santize dump payload: fix crash when stream with duplicate consumes (#9918)
sundb
2021-12-08
1
-0
/
+5
*
Redis Functions - Added redis function unit and Lua engine
meir@redislabs.com
2021-12-02
1
-4
/
+100
*
Redis Functions - Move Lua related variable into luaCtx struct
meir@redislabs.com
2021-12-01
1
-3
/
+3
*
fixed mem leak on rdb load error (#9860)
OfirMos
2021-11-29
1
-1
/
+4
*
fix fob bad log messages in rdbSave (#9842) (#9843)
Pavel Melkozerov
2021-11-24
1
-4
/
+6
*
Replace ziplist with listpack in quicklist (#9740)
sundb
2021-11-24
1
-33
/
+100
*
Add sanitizer support and clean up sanitizer findings (#9601)
Ozan Tezcan
2021-11-11
1
-2
/
+6
*
Replica keep serving data during repl-diskless-load=swapdb for better availab...
Eduardo Semprebon
2021-11-04
1
-11
/
+17
*
Add support for list type to store elements larger than 4GB (#9357)
perryitay
2021-11-03
1
-11
/
+36
*
Fix memory leak when there's a read error of module aux data from rdb. (#9705)
Rafi Einstein
2021-10-31
1
-5
/
+6
*
Improve errno reporting on fork and fopen rdbLoad failures (#9649)
Oran Agra
2021-10-24
1
-1
/
+1
[next]