mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
ziplist.c: added comments about the new 24 bit encoding.
This commit is contained in:
parent
5a86ab4799
commit
f22cff43a6
@ -58,6 +58,10 @@
|
||||
* Integer encoded as int32_t (4 bytes).
|
||||
* |1110____| - 1 byte
|
||||
* Integer encoded as int64_t (8 bytes).
|
||||
* |1111____| - 1 byte
|
||||
* Integer encoded as 24 bit signed (3 bytes).
|
||||
*
|
||||
* All the integers are represented in little endian byte order.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user