Documentation ¶
Index ¶
Constants ¶
View Source
const (
Version = 6
)
Variables ¶
This section is empty.
Functions ¶
func DecodeDump ¶
func EncodeDump ¶
Types ¶
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
func NewEncoder ¶
func (*Encoder) EncodeFooter ¶
func (*Encoder) EncodeHeader ¶
type HSortByField ¶
type HSortByField struct{ Hash }
func (HSortByField) Less ¶
func (by HSortByField) Less(i, j int) bool
type Hash ¶
type Hash []*HashElement
type HashElement ¶
type HashElement struct {
Field, Value []byte
}
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
func (*Loader) NextBinEntry ¶
type ZSet ¶
type ZSet []*ZSetElement
type ZSetElement ¶
type ZSortByMember ¶
type ZSortByMember struct{ ZSet }
func (ZSortByMember) Less ¶
func (by ZSortByMember) Less(i, j int) bool
type ZSortByScore ¶
type ZSortByScore struct{ ZSet }
func (ZSortByScore) Less ¶
func (by ZSortByScore) Less(i, j int) bool
Click to show internal directories.
Click to hide internal directories.