summaryrefslogtreecommitdiff
path: root/src/rdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rio fdset target: handle short writes.antirez2014-10-171-0/+6
* Diskless replication: rio fdset target new supports buffering.antirez2014-10-171-0/+3
* Diskless replication: Various fixes to backgroundSaveDoneHandlerSocket()antirez2014-10-171-4/+8
* Diskless replication: read report from child.antirez2014-10-151-15/+57
* Diskless replication: child writes report to parent.antirez2014-10-151-0/+40
* Diskless replication: parent-child pipe and a few TODOs.antirez2014-10-141-4/+33
* Diskless replication: RDB -> slaves transfer draft implementation.antirez2014-10-141-3/+136
* Define different types of RDB childs.antirez2014-10-081-0/+2
* RDB file creation refactored to target non-disk target.antirez2014-10-071-27/+46
* Fix incorrect commentszionwu2014-09-291-1/+1
* Add error check for writing RDB checksumyoav2014-08-181-1/+1
* Fix assert technical correctnessMatt Stancliff2014-08-081-1/+1