]> git.saurik.com Git - redis.git/commit - ziplist.c
use integer types from stdint.h to be more verbose on the size in bytes of encoded...
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Tue, 1 Jun 2010 16:55:37 +0000 (18:55 +0200)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Tue, 1 Jun 2010 16:55:37 +0000 (18:55 +0200)
commite1f93d4b2cc94fec29ede9b3cedea891ee9bd050
treef1ff314b8a83d141f440777e93f93d9ddad38912
parentffc15852676131003d1f5e468467f15f57a8e0bf
use integer types from stdint.h to be more verbose on the size in bytes of encoded elements. update list length to use 2 bytes instead of 1.
ziplist.c