summaryrefslogtreecommitdiff
path: root/src/redis-check-rdb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix RDB check regression caused by PR 12022 (#12051)Joe Hu2023-04-171-12/+1
* Fix redis_check_rdb() hang when rdb is FIFO (#12022)Joe Hu2023-04-141-0/+11
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-1/+2
* Trim rdb loading code for pre-release formats (#11058)Oran Agra2022-08-151-3/+7
* redis-check-rdb add when_opcode check for module aux (#10859)Binbin2022-06-131-1/+8
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-3/+6
* Added functions support to redis-check-rdb (#10154)Meir Shpilraien (Spielrein)2022-01-201-0/+8
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-1/+6
* Add --version support for redis-check-rdb (#9971)yancz20002021-12-211-0/+19
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-031-1/+2
* Fix redis-check-rdb rdb_type_string initialization error (#9534)chenyang80942021-09-221-1/+1
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-0/+1
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-1/+2
* Sanitize dump payload: fix empty keys when RDB loading and restore command (#...sundb2021-08-051-1/+1
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-161-1/+3
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-2/+2
* Resolve nonsense static analysis warningsOran Agra2021-05-031-1/+1
* Change the order of start startLoadingFile call in redis-check-rdb. (#8676)Huang Zhw2021-03-221-1/+1
* Fix random element selection for large hash tables. (#8133)Greg Femec2020-12-231-0/+9
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-0/+1
* Added crash report on SIGABRT (#8004)Meir Shpilraien (Spielrein)2020-11-031-0/+1
* Fix redis-check-rdb support for modules aux data (#7826)Ariel Shtul2020-09-221-1/+18
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-1/+1
* RDB: load files faster avoiding useless free+realloc.antirez2020-04-091-1/+1
* Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-291-3/+3
* RDB: try to make error handling code more readable.diskless-short-readantirez2019-07-171-4/+5
* prevent diskless replica from terminating on short readOran Agra2019-07-171-3/+4
* diskless replication on slave side (don't store rdb to file), plus some other...Oran Agra2019-07-081-1/+3
* Add RedisModule_GetKeyNameFromIO().Yossi Gottlieb2019-03-151-1/+1
* Delete unused role checking.Shen Longxing2018-07-121-6/+2
* fix redis-rdb-check to provide proper arguments to rdbLoadMillisecondTimeOran Agra2018-06-191-2/+1
* RDB: make RDB check aware of LFU/LRU opcodes.cgroupsantirez2018-03-151-9/+13
* Streams: trap more errors in stream loading + RDB check type name.antirez2018-03-151-1/+2
* Fix file descriptor leak and error handlingrouzier2017-10-131-3/+6
* AOF check utility: ability to check files with RDB preamble.antirez2017-07-101-11/+21
* redis_check_rdb(): the rio structure must be global.antirez2016-07-061-1/+1
* redis_check_rdb_main(): create shared objects only if needed.antirez2016-07-061-1/+5
* Fix redis_check_rdb() return value.antirez2016-07-061-2/+3
* In Redis RDB check: log decompression errors.antirez2016-07-011-1/+18
* In Redis RDB check: log object type on error.antirez2016-07-011-2/+27
* In Redis RDB check: minor output message changes.antirez2016-07-011-1/+4
* In Redis RDB check: better error reporting.antirez2016-07-011-8/+56
* In Redis RDB check: initial POC.antirez2016-06-301-659/+188
* fix some compiler warningsPierre Chapuis2016-06-051-7/+14
* RDB v8: fix rdbLoadLen() return value.antirez2016-06-011-17/+23
* RDMF: More consistent define names.antirez2015-07-271-56/+56
* RDMF: redisLog -> serverLog.antirez2015-07-261-7/+7
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* Handle redis-check-rdb as a standalone program.antirez2015-02-031-0/+12
* redis-check-rdb: initialize entry in case while is never entered.antirez2015-01-301-1/+1