summaryrefslogtreecommitdiff
path: root/src/rdb.c
Commit message (Expand)AuthorAgeFilesLines
* In Redis RDB check: more details in error reportings.rdb-checkantirez2016-07-011-13/+21
* In Redis RDB check: log decompression errors.antirez2016-07-011-1/+5
* In Redis RDB check: better error reporting.antirez2016-07-011-4/+13
* fix some compiler warningsPierre Chapuis2016-06-051-1/+1
* Modules: support for modules native data types.antirez2016-06-031-29/+72
* RDB v8: fix rdbLoadLen() return value.antirez2016-06-011-18/+37
* RDB v8: new ZSET storage format with binary doubles.antirez2016-06-011-4/+25
* RDB v8: ability to save uint64_t lengths.antirez2016-06-011-8/+23
* various cleanups and minor fixesOran Agra2016-04-251-3/+4
* fix small issues in redis 3.2Oran Agra2016-04-251-1/+1
* Include full paths on RDB/AOF files errors.antirez2016-02-151-2/+17
* Lazyfree: Hash converted to use plain SDS WIP 5.antirez2015-10-011-30/+26
* Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)antirez2015-10-011-14/+13
* Lazyfree: Convert Sets to use plains SDS (several commits squashed).antirez2015-10-011-24/+36
* Undo slaves state change on failed rdbSaveToSlavesSockets().antirez2015-09-071-10/+26
* Remove slave state change handled by replicationSetupSlaveForFullResync().antirez2015-08-051-1/+0
* Make sure we re-emit SELECT after each new slave full sync setup.antirez2015-08-051-1/+1
* PSYNC initial offset fix.antirez2015-08-041-0/+1
* RDMF: More consistent define names.antirez2015-07-271-127/+127
* RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.antirez2015-07-261-45/+45
* RDMF: redisAssert -> serverAssert.antirez2015-07-261-6/+6
* RDMF: OBJ_ macros for object related stuff.antirez2015-07-261-51/+51
* RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-4/+4
* RDMF: redisLog -> serverLog.antirez2015-07-261-27/+27
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* bugfix: errno might change before loggingYongyue Sun2015-07-171-1/+1
* Merge pull request #2301 from mattsta/fix/lengthsSalvatore Sanfilippo2015-02-241-13/+13
|\
| * Improve RDB type correctnessMatt Stancliff2015-01-191-13/+13
* | Check RDB automatically in a few more cases.antirez2015-02-031-3/+3
* | Improve RDB error-on-load handlingMatt Stancliff2015-01-281-6/+18
* | Fix gcc warning for lack of casting to char pointer.antirez2015-01-211-2/+4
|/
* Remove RDB AUX memory leaksMatt Stancliff2015-01-091-2/+2
* Typo fixed: fiels -> fields in rdbSaveInfoAuxFields().antirez2015-01-081-1/+1
* A few more AUX info fields added to RDB.antirez2015-01-081-0/+5
* RDB AUX fields support.antirez2015-01-081-0/+54
* rdbLoad() refactoring to make it simpler to follow.antirez2015-01-081-11/+20
* New RDB v7 opcode: RESIZEDB.antirez2015-01-081-1/+25
* Use RDB_LOAD_PLAIN to load quicklists and encoded types.antirez2015-01-081-9/+5
* RDB refactored to load plain strings from RDB.antirez2015-01-081-21/+73
* Config: Add quicklist, remove old list optionsMatt Stancliff2015-01-021-3/+5
* Allow compression of interior quicklist nodesMatt Stancliff2015-01-021-21/+35
* Convert quicklist RDB to store ziplist nodesMatt Stancliff2015-01-021-13/+19
* Convert RDB ziplist loading to sdsnative()Matt Stancliff2015-01-021-7/+3
* Add quicklist implementationMatt Stancliff2015-01-021-43/+22
* Fix three simple clang analyzer warningsMatt Stancliff2014-12-231-1/+1
* INFO loading stats: three fixes.antirez2014-12-231-1/+2
* Fixed memory leaks in rdbSaveToSlavesSockets()Alon Diamant2014-12-211-0/+2
* Use new slave name function for diskless repl reporting.antirez2014-10-271-4/+4
* Diskless replication: child -> parent communication improved.antirez2014-10-231-20/+34
* Diskless replication: set / reset socket send timeout.antirez2014-10-221-0/+2