Documentation ¶
Overview ¶
Package reply provides types and methods for the redis RPC replies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Hget ¶
type Hget []byte
func (*Hget) Reflection ¶
Reflection recursively descends the given struct to retrieve the value of the named member.
type Hgetall ¶
type Hgetall struct{ BB }
func MakeHgetall ¶
func (*Hgetall) Reflection ¶
Reflection recursively descends the given struct to retrieve the name, value of each member.
type Hkeys ¶
type Hkeys struct{ BB }
func (*Hkeys) Reflection ¶
Reflection recursively loads the receiver with the lowercased name of each member from the given struct.
Click to show internal directories.
Click to hide internal directories.