Documentation
¶
Index ¶
- type Redis
- func (redis *Redis) Do(command string, args ...interface{}) (interface{}, error)
- func (redis *Redis) DoVar(command string, args ...interface{}) (*gvar.Var, error)
- func (redis *Redis) Get(key interface{}) (string, error)
- func (redis *Redis) Key(patten string) ([]interface{}, error)
- func (redis *Redis) Set(key interface{}, value string, dur 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.