-
Notifications
You must be signed in to change notification settings - Fork 148
Python: Replace instances of Redis with Valkey #2266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
3899027
c6e5364
dfa20e1
5baaa38
20fe574
4d8ef47
4ddc763
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
| SCRIPT_FILE = os.path.abspath(f"{__file__}/../../../../../utils/cluster_manager.py") | ||
|
|
||
|
|
||
| class RedisCluster: | ||
| class ValkeyCluster: | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Before python release, it was decided to leave this as it is
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why? I don't really see how changing this to ValkeyCluster is problematic. This is a Valkey client. |
||
| def __init__( | ||
| self, | ||
| tls, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.