Documentation ¶
Index ¶
- func NewRedisOptions(cfg document.Config) *redis.Options
- type Client
- func (client Client) GetInterface(key string, val interface{}) error
- func (client Client) GetOrEmptyString(key string) string
- func (client Client) GetString(key string) (string, error)
- func (client Client) SetInterface(key string, val interface{}) error
- func (client Client) SetString(key, val string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) GetInterface ¶
func (Client) GetOrEmptyString ¶
func (Client) SetInterface ¶
Click to show internal directories.
Click to hide internal directories.