Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisClient ¶
type RedisClient struct { LatencyChan chan *time.Duration ErrLatencyChan chan *time.Duration Addr string Password string DB int Client *redis.Client Complexity int Method string // contains filtered or unexported fields }
func (*RedisClient) Close ¶
func (rc *RedisClient) Close()
func (*RedisClient) Exec ¶
func (rc *RedisClient) Exec() error
func (*RedisClient) InitClient ¶
func (rc *RedisClient) InitClient()
func (*RedisClient) IsReady ¶
func (rc *RedisClient) IsReady() bool
func (*RedisClient) Property ¶
func (rc *RedisClient) Property()
Click to show internal directories.
Click to hide internal directories.