Documentation ¶
Index ¶
- type Conn
- func (self *Conn) Close() error
- func (self *Conn) Eval(script *redsyncredis.Script, keysAndArgs ...interface{}) (interface{}, error)
- func (self *Conn) Get(name string) (string, error)
- func (self *Conn) PTTL(name string) (time.Duration, error)
- func (self *Conn) Set(name string, value string) (bool, error)
- func (self *Conn) SetNX(name string, value string, expiry time.Duration) (bool, error)
- type Pool
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.