Module: RDB::Type

Defined in:
lib/rdb/constants.rb

Constant Summary collapse

STRING =
0
LIST =
1
SET =
2
ZSET =
3
HASH =
4
HASH_ZIPMAP =
9
LIST_ZIPLIST =
10
SET_INTSET =
11
ZSET_ZIPLIST =
12
HASH_ZIPLIST =
13