Skip to content

Conversation

Al2Klimov
Copy link
Member

@Al2Klimov Al2Klimov commented Aug 13, 2025

The underlying Redis client library doesn't blindly use eventually broken connections from the pool anymore. Hence, we don't have to re-try commands more often than the pool size.

The underlying Redis client library doesn't blindly use eventually broken connections from the pool anymore. Hence, we don't have to re-try commands more often than the pool size.
@cla-bot cla-bot bot added the cla/signed CLA is signed by all contributors of a PR label Aug 13, 2025
@Al2Klimov
Copy link
Member Author

Test

Currently we're using github.com/redis/go-redis/v9 v9.11.0 which changes the behavior of the test program from redis/go-redis#1737 OP.

Original: "use of closed network connection"

v9.11.0: "Dialer called"

@Al2Klimov
Copy link
Member Author

Confirmed by redis/go-redis#1737 (comment).

@oxzi oxzi added this to the 0.8.0 milestone Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla/signed CLA is signed by all contributors of a PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants