1
0
mirror of https://github.com/redis/go-redis.git synced 2025-09-05 20:24:00 +03:00

Export pool errors for public consumption (#3380)

This commit is contained in:
LINKIWI
2025-05-19 12:23:10 -04:00
committed by ofekshenawa
parent 81bd24deb0
commit e25a391e9e
2 changed files with 7 additions and 2 deletions

View File

@@ -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
}