Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisPool ¶
type RedisPool struct {
Client *redis.Client
}
func NewRedisPool ¶
func NewRedisPool(o RedisPoolOpts) (*RedisPool, error)
func (*RedisPool) MakeRedisClient ¶
func (r *RedisPool) MakeRedisClient() interface{}
type RedisPoolOpts ¶
Click to show internal directories.
Click to hide internal directories.