forked from mirror/ledisdb
add const.go
This commit is contained in:
parent
a0f90016d4
commit
d3eabcd440
|
@ -0,0 +1,12 @@
|
|||
package ledis
|
||||
|
||||
const (
|
||||
kvType byte = iota + 1
|
||||
hashType
|
||||
hSizeType
|
||||
listType
|
||||
lMetaType
|
||||
zsetType
|
||||
zSizeType
|
||||
zScoreType
|
||||
)
|
Loading…
Reference in New Issue