antirez
|
82e32055d8
|
RDB files now embed a crc64 checksum. Version of RDB bumped to 5.
|
2012-04-09 22:40:41 +02:00 |
|
antirez
|
d0ace5a314
|
Write RDB magic using a REDIS_RDB_VERSION define that is defined inside rdb.h
|
2012-03-31 17:08:40 +02:00 |
|
Pieter Noordhuis
|
ebd85e9a45
|
Encode small hashes with a ziplist
|
2012-01-02 22:14:10 -08:00 |
|
antirez
|
dab5332f95
|
Fixed a few typos
|
2011-11-09 21:59:27 +01:00 |
|
antirez
|
7dcc10b65e
|
Initial support for key expire times with millisecond resolution. RDB version is now 3, new opcoded added for high resolution times. Redis is still able to correctly load RDB version 2. Tests passing but still a work in progress. API to specify milliseconds expires still missing, but the precision of normal expires is now already improved and working.
|
2011-11-09 16:51:19 +01:00 |
|
Pieter Noordhuis
|
221782ccc6
|
Move rdbLoad* to top; update comments
|
2011-05-13 23:24:19 +02:00 |
|
Pieter Noordhuis
|
f1d8e4968e
|
Make RDB types/opcodes explicit; load/save object type
|
2011-05-13 22:14:39 +02:00 |
|
Pieter Noordhuis
|
2e4b0e7727
|
Abstract file/buffer I/O to support in-memory serialization
|
2011-05-13 17:31:00 +02:00 |
|