12 lines
194 B
Go
12 lines
194 B
Go
package redis
|
|
|
|
import (
|
|
"qoobing.com/gomod/redis/redis"
|
|
"qoobing.com/gomod/redis/sentinel"
|
|
)
|
|
|
|
type Config = sentinel.Config
|
|
|
|
var NewPool = redis.NewPool
|
|
var NewSentinelPool = sentinel.NewPool
|