]> git.saurik.com Git - redis.git/history - src/rdb.h
Add a 24bit integer to ziplists to save one byte for ints that can
[redis.git] / src / rdb.h
2012-04-24  Grisha TrubetskoyAdd a 24bit integer to ziplists to save one byte for...
2012-04-23  Salvatore SanfilippoMerge pull request #421 from ErikDubbelboer/sds-const
2012-04-21  Salvatore SanfilippoMerge pull request #440 from ErikDubbelboer/spelling
2012-04-21  Salvatore SanfilippoMerge pull request #414 from chobits/unstable
2012-04-13  antirezMerge branch 'strict.lua' into unstable
2012-04-11  Salvatore SanfilippoMerge pull request #449 from ErikDubbelboer/unstable
2012-04-09  antirezRDB files now embed a crc64 checksum. Version of RDB...
2012-04-05  Salvatore SanfilippoMerge pull request #426 from anydot/fix-rm-vm-comments
2012-04-01  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-03-31  antirezWrite RDB magic using a REDIS_RDB_VERSION define that...
2012-03-24  antirezMerge remote-tracking branch 'origin/unstable' into...
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