Documentation
¶
Index ¶
- func NewRedisOptions(cfg gostor.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 ¶ added in v0.2.1
func (Client) GetOrEmptyString ¶
func (Client) SetInterface ¶ added in v0.2.1
Click to show internal directories.
Click to hide internal directories.