summaryrefslogtreecommitdiff
path: root/src/rdb.h
Commit message (Expand)AuthorAgeFilesLines
* Add RM_RdbLoad and RM_RdbSave module API functions (#11852)Ozan Tezcan2023-04-091-0/+1
* Reclaim page cache of RDB file (#11248)Tian2023-02-121-2/+3
* Stream consumers: Re-purpose seen-time, add active-time (#11099)guybe72022-11-301-1/+2
* sanitize dump payload: fix crash with empty set with listpack encoding (#11519)Binbin2022-11-201-1/+1
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-2/+3
* Avoid saving module aux on RDB if no aux data was saved by the module. (#11374)Meir Shpilraien (Spielrein)2022-10-181-0/+1
* Trim rdb loading code for pre-release formats (#11058)Oran Agra2022-08-151-3/+3
* Adding parentheses and do-while(0) to macros (#11080)Moti Cohen2022-08-031-1/+1
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-2/+3
* Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-231-1/+2
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-061-1/+1
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-5/+5
* Add FUNCTION DUMP and RESTORE. (#9938)Meir Shpilraien (Spielrein)2021-12-261-0/+2
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-1/+3
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-1/+1
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-031-1/+2
* Cleanup typos, incorrect comments, and fixed small memory leak in redis-cli (...Binbin2021-10-021-1/+0
* PSYNC2: make partial sync possible after master reboot (#8015)zhaozhao.zz2021-09-131-0/+1
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-1/+2
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-2/+3
* Sanitize dump payload: fix empty keys when RDB loading and restore command (#...sundb2021-08-051-1/+6
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-161-4/+4
* Fix typo and some out of date comments (#8449)Huang Zw2021-02-081-1/+1
* Fix redis-check-rdb support for modules aux data (#7826)Ariel Shtul2020-09-221-0/+1
* Remove tmp rdb file in background thread (#7762)Wang Yuan2020-09-171-1/+1
* More powerful DEBUG RELOAD.antirez2020-04-091-4/+4
* RDB: clarify a condition in rdbLoadRio().antirez2020-04-091-0/+1
* RDB: load files faster avoiding useless free+realloc.antirez2020-04-091-1/+1
* DEBUG OBJECT should pass keyname to module when loadingGuy Benoish2020-01-301-1/+1
* Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-291-4/+7
* Implement module api for aux data in rdbOran Agra2019-07-221-0/+1
* RDB: try to make error handling code more readable.diskless-short-readantirez2019-07-171-2/+2
* prevent diskless replica from terminating on short readOran Agra2019-07-171-2/+2
* Add RedisModule_GetKeyNameFromIO().Yossi Gottlieb2019-03-151-2/+2
* fix redis-rdb-check to provide proper arguments to rdbLoadMillisecondTimeOran Agra2018-06-191-0/+2
* Don't expire keys while loading RDB from AOF preamble.antirez2018-05-291-1/+1
* Fix rdb save by allowing dumping of expire keys, so that whenWuYunlong2018-05-291-1/+1
* RDB version 9.antirez2018-03-161-1/+1
* RDB: Implement future-proof module AUX data loading.antirez2018-03-161-0/+1
* RDB: Ability to save LFU/LRU info.antirez2018-03-151-6/+8
* fix processing of large bulks (above 2GB)Oran Agra2017-12-291-1/+1
* Streams: assign value of 6 to OBJ_STREAM + some refactoring.antirez2017-12-011-2/+3
* Streams: 12 commits squashed into the initial Streams implementation.antirez2017-12-011-1/+2
* PSYNC2: Fix the way replication info is saved/loaded from RDB.antirez2017-09-191-0/+1
* RDB modules values serialization format version 2.antirez2017-06-271-1/+11
* PSYNC2: different improvements to Redis replication.antirez2016-11-091-5/+5
* Modules: API to save/load single precision floating point numbers.antirez2016-10-031-0/+2
* RDB AOF preamble: WIP 4 (Mixed RDB/AOF loading).antirez2016-08-111-0/+1
* RDB AOF preamble: WIP 1.antirez2016-08-091-0/+3
* Modules: support for modules native data types.antirez2016-06-031-1/+14