summaryrefslogtreecommitdiff
path: root/src/rdb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-05-041-18/+48
|\
| * Merge pull request #7179 from bytedance/cpu-affinitySalvatore Sanfilippo2020-05-041-0/+2
| |\
| | * Support setcpuaffinity on linux/bsdzhenwei pi2020-05-021-0/+2
| * | Merge pull request #7190 from guybe7/fix_consumer_seen_timeSalvatore Sanfilippo2020-05-041-2/+2
| |\ \
| | * | XPENDING should not update consumer's seen-timeGuy Benoish2020-05-041-2/+2
| | |/
| * | add daily github actions with libc malloc and valgrindOran Agra2020-05-041-16/+44
| |/
* | Cast printf() argument to the format specifier.antirez2020-05-021-1/+3
|/
* Implemented CRC64 based on slice by 4Madelyn Olson2020-04-241-1/+2
* RDB: refactor some RDB loading code into dbAddRDBLoad().antirez2020-04-091-4/+3
* More powerful DEBUG RELOAD.antirez2020-04-091-4/+14
* RDB: clarify a condition in rdbLoadRio().antirez2020-04-091-2/+8
* RDB: load files faster avoiding useless free+realloc.antirez2020-04-091-14/+26
* fix comments about RESIZE DB opcode in rdb.c qetu37902020-04-061-4/+1
* Merge pull request #6813 from guybe7/debug_object_pass_keynameSalvatore Sanfilippo2020-04-021-2/+2
|\
| * DEBUG OBJECT should pass keyname to module when loadingGuy Benoish2020-01-301-2/+2
* | Fix master replica inconsistency for upgrading scenario.WuYunlong2020-03-181-1/+1
* | module api docs for aux_save and aux_loadOran Agra2020-02-161-1/+1
* | 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