Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg *Config) (*Connection, error)
func (*Connection) Get ¶
func (c *Connection) Get(keys ...string) ([]interface{}, error)
func (*Connection) SendCommand ¶
func (c *Connection) SendCommand(args ...interface{}) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.