]> git.saurik.com Git - redis.git/commit - src/rdb.h
Add a 24bit integer to ziplists to save one byte for ints that can
authorGrisha Trubetskoy <grisha@apache.org>
Fri, 20 Apr 2012 14:38:42 +0000 (10:38 -0400)
committerantirez <antirez@gmail.com>
Tue, 24 Apr 2012 10:02:19 +0000 (12:02 +0200)
commit5a86ab47995586f0a0ef18472eafd6e9131644c1
tree8effe562b8932b709d96024ebebc29f9565bd898
parent21661d7acc9ed525c1150f6fa55646d19f5a31d9
Add a 24bit integer to ziplists to save one byte for ints that can
fit in 24 bits (thanks to antirez for catching and solving the two's compliment
bug).

Increment REDIS_RDB_VERSION to 6
src/rdb.h
src/ziplist.c