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
*
Sanitize dump payload: fail RESTORE if memory allocation fails
Oran Agra
2020-12-06
1
-14
/
+42
*
Sanitize dump payload: validate no duplicate records in hash/zset/intset
Oran Agra
2020-12-06
1
-52
/
+129
*
Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposed
Oran Agra
2020-12-06
1
-19
/
+61
*
Sanitize dump payload: ziplist, listpack, zipmap, intset, stream
Oran Agra
2020-12-06
1
-13
/
+76
*
Better INFO fields to track diskless and disk-based replication progress (#7981)
Oran Agra
2020-11-05
1
-0
/
+2
*
rdb: corrected RedisModuleIO initialization point (#8014)
Tomasz Poradowski
2020-11-04
1
-2
/
+2
*
Disable rehash when redis has child process (#8007)
Wang Yuan
2020-11-03
1
-0
/
+2
*
docs: Fix some typos in comments and log messge (#7975)
sundb
2020-10-28
1
-2
/
+2
*
rdb.c: fix typo in a comment (#7970)
Andrij Fedyk
2020-10-27
1
-1
/
+1
*
Update rdb_last_bgsave_time_sec in INFO on diskless replication (#7917)
WuYunlong
2020-10-23
1
-14
/
+11
*
rdb.c: handle fclose error case differently to avoid double fclose (#7307)
Wen Hui
2020-09-24
1
-6
/
+7
*
Stream: Inconsistency between master and replica some XREADGROUP case (#7526)
valentinogeron
2020-09-24
1
-1
/
+1
*
Fix redis-check-rdb support for modules aux data (#7826)
Ariel Shtul
2020-09-22
1
-0
/
+2
*
RM_GetContextFlags provides indication that we're in a fork child (#7783)
Oran Agra
2020-09-20
1
-4
/
+4
*
Remove tmp rdb file in background thread (#7762)
Wang Yuan
2020-09-17
1
-6
/
+25
*
Add printf attribute and fix warnings and a minor bug (#7803)
Oran Agra
2020-09-16
1
-4
/
+7
*
Squash merging 125 typo/grammar/comment/doc PRs (#7773)
Oran Agra
2020-09-10
1
-2
/
+2
*
if diskless repl child is killed, make sure to reap the pid (#7742)
Oran Agra
2020-09-06
1
-8
/
+37
*
Run active defrag while blocked / loading (#7726)
Oran Agra
2020-09-03
1
-3
/
+5
*
Update memory metrics for INFO during loading (#7690)
Oran Agra
2020-08-27
1
-4
/
+1
*
This PR introduces a new loaded keyspace event (#7536)
Meir Shpilraien (Spielrein)
2020-07-23
1
-2
/
+4
*
Add missing calls to raxStop (#7532)
Wen Hui
2020-07-21
1
-13
/
+48
*
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2020-05-04
1
-18
/
+48
|
\
|
*
Merge pull request #7179 from bytedance/cpu-affinity
Salvatore Sanfilippo
2020-05-04
1
-0
/
+2
|
|
\
|
|
*
Support setcpuaffinity on linux/bsd
zhenwei pi
2020-05-02
1
-0
/
+2
|
*
|
Merge pull request #7190 from guybe7/fix_consumer_seen_time
Salvatore Sanfilippo
2020-05-04
1
-2
/
+2
|
|
\
\
|
|
*
|
XPENDING should not update consumer's seen-time
Guy Benoish
2020-05-04
1
-2
/
+2
|
|
|
/
|
*
|
add daily github actions with libc malloc and valgrind
Oran Agra
2020-05-04
1
-16
/
+44
|
|
/
*
|
Cast printf() argument to the format specifier.
antirez
2020-05-02
1
-1
/
+3
|
/
*
Implemented CRC64 based on slice by 4
Madelyn Olson
2020-04-24
1
-1
/
+2
*
RDB: refactor some RDB loading code into dbAddRDBLoad().
antirez
2020-04-09
1
-4
/
+3
*
More powerful DEBUG RELOAD.
antirez
2020-04-09
1
-4
/
+14
*
RDB: clarify a condition in rdbLoadRio().
antirez
2020-04-09
1
-2
/
+8
*
RDB: load files faster avoiding useless free+realloc.
antirez
2020-04-09
1
-14
/
+26
*
fix comments about RESIZE DB opcode in rdb.c
qetu3790
2020-04-06
1
-4
/
+1
*
Merge pull request #6813 from guybe7/debug_object_pass_keyname
Salvatore Sanfilippo
2020-04-02
1
-2
/
+2
|
\
|
*
DEBUG OBJECT should pass keyname to module when loading
Guy Benoish
2020-01-30
1
-2
/
+2
*
|
Fix master replica inconsistency for upgrading scenario.
WuYunlong
2020-03-18
1
-1
/
+1
*
|
module api docs for aux_save and aux_load
Oran Agra
2020-02-16
1
-1
/
+1
*
|
Add handling of short read of module id in rdb
Oran Agra
2020-02-05
1
-1
/
+4
|
/
*
Merge pull request #6557 from oranagra/rm_lru_lfu_revized
Salvatore Sanfilippo
2019-11-19
1
-1
/
+1
|
\
|
*
rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFU
Oran Agra
2019-11-10
1
-1
/
+1
*
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2019-11-06
1
-17
/
+63
|
\
\
|
|
/
|
*
Modules hooks: complete missing hooks for the initial set of hooks
Oran Agra
2019-10-29
1
-17
/
+63
*
|
Update PR #6537 patch to for generality.
antirez
2019-11-05
1
-1
/
+1
|
/
*
Merge pull request #6496 from oranagra/module_tests_valgrind
Salvatore Sanfilippo
2019-10-28
1
-1
/
+5
|
\
|
*
Make module tests pass with valgrind, and fix a leak in diskless load
Oran Agra
2019-10-24
1
-1
/
+5
*
|
Merge branch 'unstable' into minor-typos
Wander Hillen
2019-10-25
1
-292
/
+653
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'upstream/unstable' into tls
Yossi Gottlieb
2019-10-16
1
-44
/
+12
|
|
\
|
|
*
Function renamed hasForkChild() -> hasActiveChildProcess().
antirez
2019-09-27
1
-3
/
+3
[next]