]> git.saurik.com Git - redis.git/history - src/rdb.h
Compare integers in ziplist regardless of encoding
[redis.git] / src / rdb.h
2012-04-24  Grisha TrubetskoyAdd a 24bit integer to ziplists to save one byte for...
2012-04-10  antirezRDB files now embed a crc64 checksum. Version of RDB...
2012-04-02  antirezWrite RDB magic using a REDIS_RDB_VERSION define that...
2012-03-09  antirezMerge conflicts resolved.
2012-01-03  Pieter NoordhuisEncode small hashes with a ziplist
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-09  antirezFixed a few typos
2011-11-09  antirezInitial support for key expire times with millisecond...
2011-09-22  antirezmerge conflicts resolved
2011-05-13  Pieter NoordhuisMove rdbLoad* to top; update comments
2011-05-13  Pieter NoordhuisMake RDB types/opcodes explicit; load/save object type
2011-05-13  Pieter NoordhuisAbstract file/buffer I/O to support in-memory serialization