Documentation
¶
Overview ¶
Package redispb is a generated protocol buffer package.
It is generated from these files:
redispb.proto
It has these top-level messages:
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KeyType_name = map[int32]string{
0: "Invalid",
1: "KEY_META",
2: "KEY_STRING",
3: "KEY_HASH",
4: "KEY_HASH_FIELD",
5: "KEY_SET",
6: "KEY_SET_MEMBER",
7: "KEY_LIST",
8: "KEY_LIST_ELEMENT",
9: "KEY_ZSET",
10: "KEY_ZSET_SCORE",
11: "KEY_ZSET_SORT",
}
View Source
var KeyType_value = map[string]int32{
"Invalid": 0,
"KEY_META": 1,
"KEY_STRING": 2,
"KEY_HASH": 3,
"KEY_HASH_FIELD": 4,
"KEY_SET": 5,
"KEY_SET_MEMBER": 6,
"KEY_LIST": 7,
"KEY_LIST_ELEMENT": 8,
"KEY_ZSET": 9,
"KEY_ZSET_SCORE": 10,
"KEY_ZSET_SORT": 11,
}
Functions ¶
This section is empty.
Types ¶
type KeyType ¶
type KeyType int32
const ( KeyType_Invalid KeyType = 0 // key 元素 <ttl, type ...> KeyType_KEY_META KeyType = 1 KeyType_KEY_STRING KeyType = 2 KeyType_KEY_HASH KeyType = 3 KeyType_KEY_HASH_FIELD KeyType = 4 KeyType_KEY_SET KeyType = 5 KeyType_KEY_SET_MEMBER KeyType = 6 KeyType_KEY_LIST KeyType = 7 KeyType_KEY_LIST_ELEMENT KeyType = 8 KeyType_KEY_ZSET KeyType = 9 KeyType_KEY_ZSET_SCORE KeyType = 10 // zset member rank KeyType_KEY_ZSET_SORT KeyType = 11 )
func (KeyType) EnumDescriptor ¶
Click to show internal directories.
Click to hide internal directories.