summaryrefslogtreecommitdiff
path: root/src/rdb.c
Commit message (Expand)AuthorAgeFilesLines
* unregister AE_READABLE from the read pipe in backgroundSaveDoneHandlerSocket ...YaacovHazan2021-05-261-0/+1
* try a more concise rdbTryIntegerEncoding using string2ll rather than strtoll....DarrenJiang132021-05-191-12/+5
* Fix typo in rdb.c (#8827)xsddz2021-04-211-1/+1
* Remove deprecated comments about saving expire time (#8692)Wang Yuan2021-03-251-2/+1
* Properly initialize variable to make valgrind happy in checkChildrenDone(). R...Qu Chen2021-03-241-1/+1
* Fix errors when loading RDB with missing modules. (#8579)Yossi Gottlieb2021-03-021-5/+8
* Adds INFO fields to track fork child progress (#8414)uriyage2021-02-161-14/+9
* Fix overflow of rdbWriteRaw return value (#8306)Bob Li2021-01-121-1/+1
* Report child copy-on-write info continuouslyYaacovHazan2021-01-071-3/+22
* Refactory fork child related infra, Unify child pidYaacovHazan2021-01-071-16/+10
* Flow through the error handling path for most errors (#8226)Madelyn Olson2020-12-231-3/+3
* Sanitize dump payload: excessive free on dup zset fields (#8189)Oran Agra2020-12-141-1/+1
* Several (mostly Solaris-related) cleanups (#8171)Yossi Gottlieb2020-12-131-3/+3
* Sanitize dump payload: fail RESTORE if memory allocation failsOran Agra2020-12-061-14/+42
* Sanitize dump payload: validate no duplicate records in hash/zset/intsetOran Agra2020-12-061-52/+129
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-061-19/+61
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-13/+76
* Better INFO fields to track diskless and disk-based replication progress (#7981)Oran Agra2020-11-051-0/+2
* rdb: corrected RedisModuleIO initialization point (#8014)Tomasz Poradowski2020-11-041-2/+2
* Disable rehash when redis has child process (#8007)Wang Yuan2020-11-031-0/+2
* docs: Fix some typos in comments and log messge (#7975)sundb2020-10-281-2/+2
* rdb.c: fix typo in a comment (#7970)Andrij Fedyk2020-10-271-1/+1
* Update rdb_last_bgsave_time_sec in INFO on diskless replication (#7917)WuYunlong2020-10-231-14/+11
* rdb.c: handle fclose error case differently to avoid double fclose (#7307)Wen Hui2020-09-241-6/+7
* Stream: Inconsistency between master and replica some XREADGROUP case (#7526)valentinogeron2020-09-241-1/+1
* Fix redis-check-rdb support for modules aux data (#7826)Ariel Shtul2020-09-221-0/+2
* RM_GetContextFlags provides indication that we're in a fork child (#7783)Oran Agra2020-09-201-4/+4
* Remove tmp rdb file in background thread (#7762)Wang Yuan2020-09-171-6/+25
* Add printf attribute and fix warnings and a minor bug (#7803)Oran Agra2020-09-161-4/+7
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-2/+2
* if diskless repl child is killed, make sure to reap the pid (#7742)Oran Agra2020-09-061-8/+37
* Run active defrag while blocked / loading (#7726)Oran Agra2020-09-031-3/+5
* Update memory metrics for INFO during loading (#7690)Oran Agra2020-08-271-4/+1
* This PR introduces a new loaded keyspace event (#7536)Meir Shpilraien (Spielrein)2020-07-231-2/+4
* Add missing calls to raxStop (#7532)Wen Hui2020-07-211-13/+48
* 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