Documentation
¶
Index ¶
- func NewRedisOptions(cfg kvs.Config) *redis.Options
- type Client
- func (client Client) GetAny(ctx context.Context, key string, val any) error
- func (client Client) GetOrDefaultString(ctx context.Context, key, def string) string
- func (client Client) GetString(ctx context.Context, key string) (string, error)
- func (client Client) SetAny(ctx context.Context, key string, val any) error
- func (client Client) SetString(ctx context.Context, key, val string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.