-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base: remove the snippet specific to Redis < 6.0
`NO_AUTH_SET_ERROR` used to be different for Redis < 6.0 and Redis >= 6.0. It's not applicable for Valkey, hence the obsolete snippet has been removed. Additionally, `test_connection_pool` for both sync and async versions have been fixed since they expected an obsolete string in the logs. Signed-off-by: Mikhail Koviazin <mikhail.koviazin@aiven.io>
- Loading branch information
Showing
3 changed files
with
9 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters