Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Retriever ¶
type Retriever struct { // Options to connect to Redis Options *redis.Options // Prefix is the prefix of the keys in Redis, it is used to filter // the keys to retrieve in redis. If empty, no prefix is used. // Your flag names will be returned without the prefix. Prefix string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.