Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisClient ¶
type RedisClient struct {
Client *redis.Client
}
func NewRedisClient ¶
func NewRedisClient(addr string, password string, db int) (*RedisClient, error)
func (*RedisClient) Close ¶
func (r *RedisClient) Close() error
Click to show internal directories.
Click to hide internal directories.