]> git.saurik.com Git - redis.git/commit
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 17:35:18 +0000 (19:35 +0200)
commitad91404a321917c25adbb0526f121e72bb4413b2
tree0fa3adb07be4cf0c2e2ff67d921b0bdec425de67
parent9de5d4600a404f7bc809c57b8192eb983307f800
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