Documentation
¶
Index ¶
- type Redis
- func (r *Redis) Close() error
- func (r *Redis) Connect(uri string) error
- func (r *Redis) Exists(key string) (bool, error)
- func (r *Redis) GetBytes(key string) ([]byte, error)
- func (r *Redis) GetString(key string) (string, error)
- func (r *Redis) Increment(key string) error
- func (r *Redis) Set(key string, value interface{}, ttl time.Duration) error
- func (r *Redis) TTL(key string) (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.