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
*
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
|
*
Improve error message in BGSAVE.
antirez
2019-09-27
1
-3
/
+3
|
*
Merge branch 'unstable' into modules_fork
Salvatore Sanfilippo
2019-09-27
1
-56
/
+208
|
|
\
|
|
*
fix rdb function rdbLoadIntegerObject comment
suntiawnen
2019-09-06
1
-1
/
+1
|
*
|
Module API for Forking
Oran Agra
2019-07-17
1
-41
/
+8
*
|
|
Code review minor changes (names, comments).
Yossi Gottlieb
2019-10-15
1
-2
/
+2
*
|
|
diskless replication rdb transfer uses pipe, and writes to sockets form the p...
Oran Agra
2019-10-07
1
-156
/
+36
*
|
|
TLS: Connections refactoring and TLS support.
Yossi Gottlieb
2019-10-07
1
-20
/
+20
|
|
/
|
/
|
*
|
Fix to module aux data rdb format for backwards compatibility with old check-rdb
Oran Agra
2019-09-05
1
-1
/
+9
*
|
Implement module api for aux data in rdb
Oran Agra
2019-07-22
1
-15
/
+72
*
|
RDB: fix MODULE_AUX loading by continuing to next opcode.
antirez
2019-07-19
1
-0
/
+1
*
|
RDB: make sure to abort on LZF encoding error.
antirez
2019-07-18
1
-2
/
+1
*
|
RDB: handle encoding errors with rdbExitReportCorruptRDB().
antirez
2019-07-18
1
-6
/
+7
*
|
RDB: update rdbLoadRio comment about EOF condition.
antirez
2019-07-18
1
-2
/
+7
*
|
RDB: try to make error handling code more readable.
diskless-short-read
antirez
2019-07-17
1
-41
/
+45
*
|
RDB: modify rdbReportError() var name for clarity.
antirez
2019-07-17
1
-4
/
+4
*
|
Rio: remember read/write error conditions.
antirez
2019-07-17
1
-1
/
+0
*
|
prevent diskless replica from terminating on short read
Oran Agra
2019-07-17
1
-56
/
+134
|
/
*
diskless replication on slave side (don't store rdb to file), plus some other...
Oran Agra
2019-07-08
1
-11
/
+29
*
Add RedisModule_GetKeyNameFromIO().
Yossi Gottlieb
2019-03-15
1
-7
/
+7
*
Fix compile warning when log aux field
zhaozhao.zz
2019-03-04
1
-1
/
+1
*
Use the RDB info fields to provide info to users.
antirez
2019-03-02
1
-2
/
+19
*
Refactoring: always kill AOF/RDB child via helper functions.
antirez
2019-01-21
1
-0
/
+10
*
Abort instead of crashing when loading bad stream master key.
antirez
2018-11-28
1
-0
/
+3
*
Fix typo
Jack Drogon
2018-07-03
1
-3
/
+3
*
Merge pull request #5049 from youjiali1995/fix-load-rdb
Salvatore Sanfilippo
2018-06-22
1
-1
/
+1
|
\
|
*
Fix rdbLoadIntegerObject() to create shared objects when needed.
youjiali1995
2018-06-21
1
-1
/
+1
*
|
Merge pull request #5039 from oranagra/rdb_dbsize_hint
Salvatore Sanfilippo
2018-06-20
1
-7
/
+3
|
\
\
|
*
|
64 bit RDB_OPCODE_RESIZEDB in rdb saving
Oran Agra
2018-06-19
1
-7
/
+3
|
|
/
*
|
Enhance RESTORE with RDBv9 new features
Guy Benoish
2018-06-20
1
-19
/
+8
|
/
*
Merge pull request #4758 from soloestoy/rdb-save-incremental-fsync
Salvatore Sanfilippo
2018-06-16
1
-0
/
+4
|
\
|
*
rdb: incremental fsync when redis saves rdb
zhaozhao.zz
2018-03-16
1
-0
/
+4
*
|
RDB: Apply fix to rdbLoadMillisecondTime() only for new RDB versions.
antirez
2018-06-12
1
-5
/
+17
*
|
Fix rdbSaveKeyValuePair() integer overflow.
antirez
2018-06-12
1
-3
/
+2
*
|
RDB: store times consistently in little endian.
antirez
2018-06-12
1
-0
/
+5
*
|
Merge pull request #4861 from soloestoy/rdb-dict-expand
Salvatore Sanfilippo
2018-06-08
1
-0
/
+6
|
\
\
|
*
|
RDB: expand dict if needed when rdb load object
zhaozhao.zz
2018-04-22
1
-0
/
+6
*
|
|
Don't expire keys while loading RDB from AOF preamble.
antirez
2018-05-29
1
-3
/
+3
*
|
|
Fix rdb save by allowing dumping of expire keys, so that when
WuYunlong
2018-05-29
1
-6
/
+2
*
|
|
Merge pull request #4908 from soloestoy/aof-rdb-preamble-compatible-checksum-no
Salvatore Sanfilippo
2018-05-23
1
-7
/
+9
|
\
\
\
|
*
|
|
AOF & RDB: be compatible with rdbchecksum no
zhaozhao.zz
2018-05-08
1
-7
/
+9
|
|
/
/
*
|
|
Fix rdb.c dictionary iterator release in 2 more places.
antirez
2018-05-09
1
-2
/
+8
*
|
|
Fix rdb.c dictionary iterator release.
antirez
2018-05-09
1
-5
/
+17
|
/
/
*
|
RDB: Implement future-proof module AUX data loading.
antirez
2018-03-16
1
-1
/
+31
*
|
RDB: LRU/LFU branches missed continue.
antirez
2018-03-15
1
-0
/
+2
*
|
RDB: Ability to load LFU/LRU info.
antirez
2018-03-15
1
-19
/
+48
*
|
RDB: Ability to save LFU/LRU info.
antirez
2018-03-15
1
-0
/
+23
*
|
CG: fix CG RDB loading not found conditional.
antirez
2018-03-15
1
-1
/
+1
*
|
Streams: trap more errors in stream loading + RDB check type name.
antirez
2018-03-15
1
-0
/
+8
[next]