Skip to content
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

Python: Replace instances of Redis with Valkey #2266

Conversation

jonathanl-bq
Copy link
Collaborator

No description provided.

Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com>
jonathanl-bq and others added 2 commits September 10, 2024 15:08
Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com>
…alkey

Signed-off-by: jonathanl-bq <72158117+jonathanl-bq@users.noreply.github.com>
@jonathanl-bq jonathanl-bq marked this pull request as ready for review September 10, 2024 22:08
@jonathanl-bq jonathanl-bq requested a review from a team as a code owner September 10, 2024 22:08
python/src/lib.rs Show resolved Hide resolved
@@ -10,7 +10,7 @@
SCRIPT_FILE = os.path.abspath(f"{__file__}/../../../../../utils/cluster_manager.py")


class RedisCluster:
class ValkeyCluster:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before python release, it was decided to leave this as it is

Copy link
Collaborator Author

Choose a reason for hiding this comment

The 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.

python/src/lib.rs Show resolved Hide resolved
acarbonetto and others added 4 commits September 10, 2024 17:18
…alkey

Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com>
…alkey

Signed-off-by: jonathanl-bq <72158117+jonathanl-bq@users.noreply.github.com>
…alkey

Signed-off-by: jonathanl-bq <72158117+jonathanl-bq@users.noreply.github.com>
@jonathanl-bq jonathanl-bq merged commit ba7af10 into valkey-io:main Sep 11, 2024
17 checks passed
@acarbonetto acarbonetto mentioned this pull request Sep 14, 2024
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants