summaryrefslogtreecommitdiff
path: root/src/rdb.h
Commit message (Expand)AuthorAgeFilesLines
* Modules: support for modules native data types.antirez2016-06-031-1/+14
* RDB v8: fix rdbLoadLen() return value.antirez2016-06-011-1/+1
* RDB v8: new ZSET storage format with binary doubles.antirez2016-06-011-1/+2
* RDB v8: ability to save uint64_t lengths.antirez2016-06-011-9/+11
* RDMF: More consistent define names.antirez2015-07-271-30/+30
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* Improve RDB type correctnessMatt Stancliff2015-01-191-3/+2
* RDB AUX fields support.antirez2015-01-081-0/+1
* New RDB v7 opcode: RESIZEDB.antirez2015-01-081-0/+1
* Convert quicklist RDB to store ziplist nodesMatt Stancliff2015-01-021-2/+5
* Diskless replication: RDB -> slaves transfer draft implementation.antirez2014-10-141-0/+1
* Fixed many typos.guiquanz2013-01-191-1/+1
* BSD license added to every C source and header file.antirez2012-11-081-0/+29
* No longer used macro rdbIsOpcode() removed.antirez2012-10-301-3/+0
* Fixed RESTORE hash failure (Issue #532)Alex Mitrofanov2012-06-021-1/+1
* Add a 24bit integer to ziplists to save one byte for ints that canGrisha Trubetskoy2012-04-241-1/+1
* RDB files now embed a crc64 checksum. Version of RDB bumped to 5.antirez2012-04-091-1/+1
* Write RDB magic using a REDIS_RDB_VERSION define that is defined inside rdb.hantirez2012-03-311-0/+4
* Encode small hashes with a ziplistPieter Noordhuis2012-01-021-0/+1
* Fixed a few typosantirez2011-11-091-1/+1
* Initial support for key expire times with millisecond resolution. RDB version...antirez2011-11-091-1/+2
* Move rdbLoad* to top; update commentsPieter Noordhuis2011-05-131-6/+35
* Make RDB types/opcodes explicit; load/save object typePieter Noordhuis2011-05-131-0/+27
* Abstract file/buffer I/O to support in-memory serializationPieter Noordhuis2011-05-131-0/+26