Documentation
¶
Index ¶
- type Conn
- func (rc *Conn) Del(key string) error
- func (rc *Conn) Get(key string) (string, error)
- func (rc *Conn) LLen(key string) (int64, error)
- func (rc *Conn) LRange(key string, start, stop int64) ([]string, error)
- func (rc *Conn) Ping() (string, error)
- func (rc *Conn) Set(key string, value interface{}) error
- func (rc *Conn) SetAndExpire(key string, value interface{}, expire time.Duration) error
- type Field
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.