summaryrefslogtreecommitdiff
path: root/src/rdb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-44/+12
|\
| * Function renamed hasForkChild() -> hasActiveChildProcess().antirez2019-09-271-3/+3
| * Improve error message in BGSAVE.antirez2019-09-271-3/+3
| * Merge branch 'unstable' into modules_forkSalvatore Sanfilippo2019-09-271-56/+208
| |\
| | * fix rdb function rdbLoadIntegerObject commentsuntiawnen2019-09-061-1/+1
| * | Module API for ForkingOran Agra2019-07-171-41/+8
* | | Code review minor changes (names, comments).Yossi Gottlieb2019-10-151-2/+2
* | | diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-156/+36
* | | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-20/+20
| |/ |/|
* | Fix to module aux data rdb format for backwards compatibility with old check-rdbOran Agra2019-09-051-1/+9
* | Implement module api for aux data in rdbOran Agra2019-07-221-15/+72
* | RDB: fix MODULE_AUX loading by continuing to next opcode.antirez2019-07-191-0/+1
* | RDB: make sure to abort on LZF encoding error.antirez2019-07-181-2/+1
* | RDB: handle encoding errors with rdbExitReportCorruptRDB().antirez2019-07-181-6/+7
* | RDB: update rdbLoadRio comment about EOF condition.antirez2019-07-181-2/+7
* | RDB: try to make error handling code more readable.diskless-short-readantirez2019-07-171-41/+45
* | RDB: modify rdbReportError() var name for clarity.antirez2019-07-171-4/+4
* | Rio: remember read/write error conditions.antirez2019-07-171-1/+0
* | prevent diskless replica from terminating on short readOran Agra2019-07-171-56/+134
|/
* diskless replication on slave side (don't store rdb to file), plus some other...Oran Agra2019-07-081-11/+29
* Add RedisModule_GetKeyNameFromIO().Yossi Gottlieb2019-03-151-7/+7
* Fix compile warning when log aux fieldzhaozhao.zz2019-03-041-1/+1
* Use the RDB info fields to provide info to users.antirez2019-03-021-2/+19
* Refactoring: always kill AOF/RDB child via helper functions.antirez2019-01-211-0/+10
* Abort instead of crashing when loading bad stream master key.antirez2018-11-281-0/+3
* Fix typoJack Drogon2018-07-031-3/+3
* Merge pull request #5049 from youjiali1995/fix-load-rdbSalvatore Sanfilippo2018-06-221-1/+1
|\
| * Fix rdbLoadIntegerObject() to create shared objects when needed.youjiali19952018-06-211-1/+1
* | Merge pull request #5039 from oranagra/rdb_dbsize_hintSalvatore Sanfilippo2018-06-201-7/+3
|\ \
| * | 64 bit RDB_OPCODE_RESIZEDB in rdb savingOran Agra2018-06-191-7/+3
| |/
* | Enhance RESTORE with RDBv9 new featuresGuy Benoish2018-06-201-19/+8
|/
* Merge pull request #4758 from soloestoy/rdb-save-incremental-fsyncSalvatore Sanfilippo2018-06-161-0/+4
|\
| * rdb: incremental fsync when redis saves rdbzhaozhao.zz2018-03-161-0/+4
* | RDB: Apply fix to rdbLoadMillisecondTime() only for new RDB versions.antirez2018-06-121-5/+17
* | Fix rdbSaveKeyValuePair() integer overflow.antirez2018-06-121-3/+2
* | RDB: store times consistently in little endian.antirez2018-06-121-0/+5
* | Merge pull request #4861 from soloestoy/rdb-dict-expandSalvatore Sanfilippo2018-06-081-0/+6
|\ \
| * | RDB: expand dict if needed when rdb load objectzhaozhao.zz2018-04-221-0/+6
* | | Don't expire keys while loading RDB from AOF preamble.antirez2018-05-291-3/+3
* | | Fix rdb save by allowing dumping of expire keys, so that whenWuYunlong2018-05-291-6/+2
* | | Merge pull request #4908 from soloestoy/aof-rdb-preamble-compatible-checksum-noSalvatore Sanfilippo2018-05-231-7/+9
|\ \ \
| * | | AOF & RDB: be compatible with rdbchecksum nozhaozhao.zz2018-05-081-7/+9
| |/ /
* | | Fix rdb.c dictionary iterator release in 2 more places.antirez2018-05-091-2/+8
* | | Fix rdb.c dictionary iterator release.antirez2018-05-091-5/+17
|/ /
* | RDB: Implement future-proof module AUX data loading.antirez2018-03-161-1/+31
* | RDB: LRU/LFU branches missed continue.antirez2018-03-151-0/+2
* | RDB: Ability to load LFU/LRU info.antirez2018-03-151-19/+48
* | RDB: Ability to save LFU/LRU info.antirez2018-03-151-0/+23
* | CG: fix CG RDB loading not found conditional.antirez2018-03-151-1/+1
* | Streams: trap more errors in stream loading + RDB check type name.antirez2018-03-151-0/+8