summaryrefslogtreecommitdiff
path: root/src/rdb.h
Commit message (Expand)AuthorAgeFilesLines
* 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