summaryrefslogtreecommitdiff
path: root/src/redis-check-rdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove code duplication from check-rdbMatt Stancliff2015-01-281-125/+63
* Convert check-dump to Redis check-rdb modeMatt Stancliff2015-01-281-0/+760