Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RedisClient ¶
type RedisClient struct {
// contains filtered or unexported fields
}
func (*RedisClient) ExecCMD ¶
func (c *RedisClient) ExecCMD(cmd ...string) (resp []byte)
func (*RedisClient) ExecCMDByte ¶
func (c *RedisClient) ExecCMDByte(cmdByte []byte) (resp []byte)
func (*RedisClient) Open ¶
func (c *RedisClient) Open(addr string) (err error)
func (*RedisClient) Shutdown ¶
func (c *RedisClient) Shutdown()
Click to show internal directories.
Click to hide internal directories.