Documentation
¶
Index ¶
- type Rediskv
- func (r Rediskv) Connected() (bool, error)
- func (r Rediskv) Database(db int) error
- func (r Rediskv) Databases() (int, error)
- func (r Rediskv) Del(key string) error
- func (r Rediskv) Get(key string) (string, error)
- func (r Rediskv) HDel(key, field string) error
- func (r Rediskv) HGet(key, field string) (string, error)
- func (r Rediskv) HKeys(key string) ([]string, error)
- func (r Rediskv) HSet(key, field string, value interface{}) error
- func (r Rediskv) Keys(pattern string) ([]string, error)
- func (r Rediskv) LGet(key string) ([]string, error)
- func (r Rediskv) Set(key string, value interface{}) error
- func (r Rediskv) Type(key string) (types.KVType, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rediskv ¶
type Rediskv struct {
// contains filtered or unexported fields
}
Rediskv stores the values that is set or retrieved in Redis
Click to show internal directories.
Click to hide internal directories.