Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hoard ¶
type Hoard struct {
// contains filtered or unexported fields
}
Hoard implements an ssp.Hoard using redis as a backing store
func NewHoard ¶
func NewHoard(client redis.UniversalClient) *Hoard
NewHoard creates a redis backed Hoard
func (*Hoard) GetAndDelete ¶
GetAndDelete implements ssp.Hoard
Click to show internal directories.
Click to hide internal directories.