Documentation
¶
Index ¶
- type Redis
- func (a Redis) Check(keys ...string) (bool, error)
- func (a Redis) Close() error
- func (a Redis) Delete(keys ...string) (bool, error)
- func (a Redis) Get(key string, value interface{}) error
- func (a Redis) GetClient() *redis.Client
- func (a Redis) Set(key string, value interface{}, expiration time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.