summaryrefslogtreecommitdiff
path: root/src/rdb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix RDB check regression caused by PR 12022 (#12051)Joe Hu2023-04-171-0/+5
* Add RM_RdbLoad and RM_RdbSave module API functions (#11852)Ozan Tezcan2023-04-091-18/+53
* Demoting some of the non-warning messages to notice (#10715)Binbin2023-02-191-3/+3
* Reclaim page cache of RDB file (#11248)Tian2023-02-121-7/+20
* Fix zuiFind crash / RM_ScanKey hang on SET object listpack encoding (#11581)Binbin2022-12-091-0/+1
* When converting a set to dict, presize for one more element to be added (#11559)Viktor Söderqvist2022-12-061-17/+11
* Stream consumers: Re-purpose seen-time, add active-time (#11099)guybe72022-11-301-5/+28
* sanitize dump payload: fix crash with empty set with listpack encoding (#11519)Binbin2022-11-201-0/+7
* Add listpack encoding for list (#11303)sundb2022-11-161-1/+15
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-11/+76
* diskless master, avoid bgsave child hung when fork parent crashes (#11463)Oran Agra2022-11-091-0/+4
* Avoid saving module aux on RDB if no aux data was saved by the module. (#11374)Meir Shpilraien (Spielrein)2022-10-181-14/+36
* optimizing d2string() and addReplyDouble() with grisu2: double to string conv...filipe oliveira2022-10-151-2/+5
* Trim rdb loading code for pre-release formats (#11058)Oran Agra2022-08-151-74/+28
* errno cleanup around rdbLoad (#11042)Binbin2022-08-041-5/+4
* Adding parentheses and do-while(0) to macros (#11080)Moti Cohen2022-08-031-1/+1
* Optimization: moduleLoadString should try to create embedded string if not pl...Valentino Geron2022-07-311-3/+1
* Change the return value of rdbLoad function to enums (#11039)Binbin2022-07-261-2/+3
* Add error log message when failing to open RDB file for reading (#11036)YaacovHazan2022-07-251-1/+5
* Avoid using unsafe C functions (#10932)ranshid2022-07-181-4/+4
* Fix some outdated comments and some typo (#10946)Binbin2022-07-061-2/+1
* Fsync directory while persisting AOF manifest, RDB file, and config file (#10...Tian2022-06-201-4/+7
* Increment the stat_rdb_saves counter in SAVE command (#10827)Binbin2022-06-071-1/+4
* Adds isolated netstats for replication. (#10062)DarrenJiang132022-05-311-0/+3
* Optimize integer zset scores in listpack (converting to string and back) (#10...Oran Agra2022-04-171-15/+4
* solve corrupt dump fuzzer crash in streams (#10579)Oran Agra2022-04-141-0/+6
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-50/+58
* Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-231-3/+61
* aof rewrite and rdb save counters in info (#10178)yoav-steinberg2022-02-171-0/+1
* Modify AOF preamble related logs, and change the RDB aux field (#10283)chenyang80942022-02-111-5/+9
* Added functions support to redis-check-rdb (#10154)Meir Shpilraien (Spielrein)2022-01-201-5/+10
* Always create base AOF file when redis start from empty. (#10102)chenyang80942022-01-131-2/+4
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-061-19/+19
* `redis-cli --replica` reads dummy empty rdb instead of full snapshot (#10044)yoav-steinberg2022-01-041-5/+5
* Ban snapshot-creating commands and other admin commands from transactions (#1...guybe72022-01-041-2/+2
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-20/+23
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-92/+128
* santize dump payload: fix carsh when zset with NAN score (#10002)Binbin2021-12-261-0/+7
* Add FUNCTION DUMP and RESTORE. (#9938)Meir Shpilraien (Spielrein)2021-12-261-30/+52
* Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...Meir Shpilraien (Spielrein)2021-12-211-8/+3
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-21/+1
* Santize dump payload: fix crash when stream with duplicate consumes (#9918)sundb2021-12-081-0/+5
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-4/+100
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-3/+3
* fixed mem leak on rdb load error (#9860)OfirMos2021-11-291-1/+4
* fix fob bad log messages in rdbSave (#9842) (#9843)Pavel Melkozerov2021-11-241-4/+6
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-33/+100
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-2/+6
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-11/+17
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-031-11/+36