summaryrefslogtreecommitdiff
path: root/src/rdb.c
Commit message (Expand)AuthorAgeFilesLines
* Add handling of short read of module id in rdbOran Agra2020-02-051-1/+4
* Merge pull request #6557 from oranagra/rm_lru_lfu_revizedSalvatore Sanfilippo2019-11-191-1/+1
|\
| * rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFUOran Agra2019-11-101-1/+1
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-11-061-17/+63
|\ \ | |/
| * Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-291-17/+63
* | Update PR #6537 patch to for generality.antirez2019-11-051-1/+1
|/
* Merge pull request #6496 from oranagra/module_tests_valgrindSalvatore Sanfilippo2019-10-281-1/+5
|\
| * Make module tests pass with valgrind, and fix a leak in diskless loadOran Agra2019-10-241-1/+5
* | Merge branch 'unstable' into minor-typosWander Hillen2019-10-251-292/+653
|\ \ | |/
| * 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
| |\ \ \