Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(cf *Configuration) error
Types ¶
type Configuration ¶
Configuration config Redis connection
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
Client redis
func (*Connection) Delete ¶
func (c *Connection) Delete(key string) error
func (*Connection) Get ¶
func (c *Connection) Get(key string, value interface{}) error
Click to show internal directories.
Click to hide internal directories.