mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Export pool errors for public consumption (#3380)
This commit is contained in:
@ -11,8 +11,6 @@ import (
|
||||
"github.com/redis/go-redis/v9/internal/pool"
|
||||
)
|
||||
|
||||
var ErrPoolTimeout = pool.ErrPoolTimeout
|
||||
|
||||
func (c *baseClient) Pool() pool.Pooler {
|
||||
return c.connPool
|
||||
}
|
||||
|
Reference in New Issue
Block a user