Pooled connections do not handle CLIENT REPLY OFF and block in close
Open
Bug
- Dominant language
- Go
- Stars
- 9.9k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
If you turn off redis responses with `CLIENT REPLY OFF`.
Then, if you use the pool, and try to call `Close()` method from the connection, it will never close, because in `pool.go:417` you are waiting for a response, which will never come.
Contributor guide
Assessment
This issue has not been assessed yet.