mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Cleanup
This commit is contained in:
@ -49,7 +49,7 @@ type Pooler interface {
|
||||
}
|
||||
|
||||
type Options struct {
|
||||
Dialer func(c context.Context) (net.Conn, error)
|
||||
Dialer func(context.Context) (net.Conn, error)
|
||||
OnClose func(*Conn) error
|
||||
|
||||
PoolSize int
|
||||
|
Reference in New Issue
Block a user