Documentation ¶
Index ¶
- type Conn
- func (c *Conn) Delete(data interface{})
- func (c *Conn) DoScript(name string, keysAndArgs ...interface{}) (interface{}, error)
- func (conn *Conn) Exists(key string) (bool, error)
- func (c *Conn) Get(data interface{}) error
- func (conn *Conn) GetString(key string) (string, error)
- func (conn *Conn) HGetString(key, field string) (string, error)
- func (c *Conn) LoadScripts() error
- func (conn *Conn) Lock(lock string) (acquired bool, err error)
- func (c *Conn) Put(data interface{})
- func (c *Conn) SendScript(name string, keysAndArgs ...interface{}) error
- func (conn *Conn) Tx() env.RedisTx
- func (conn *Conn) Unlock(lock string) (released bool, err error)
- type Pool
- type Tx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
func (*Conn) LoadScripts ¶
func (*Conn) SendScript ¶
Click to show internal directories.
Click to hide internal directories.