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: add FCALL_RO command #1721

Merged
merged 10 commits into from
Jul 1, 2024

Conversation

yipin-chen
Copy link
Collaborator

Issue #, if available:
N/A

Description of changes:
https://redis.io/docs/latest/commands/fcall_ro/

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@yipin-chen yipin-chen requested a review from a team as a code owner June 30, 2024 05:25
python/python/glide/async_commands/cluster_commands.py Outdated Show resolved Hide resolved
python/python/glide/async_commands/cluster_commands.py Outdated Show resolved Hide resolved
python/python/glide/async_commands/cluster_commands.py Outdated Show resolved Hide resolved
python/python/glide/async_commands/transaction.py Outdated Show resolved Hide resolved
python/python/tests/test_async_client.py Outdated Show resolved Hide resolved
python/python/tests/test_async_client.py Outdated Show resolved Hide resolved
@acarbonetto acarbonetto merged commit d5bafac into valkey-io:main Jul 1, 2024
8 checks passed
@acarbonetto acarbonetto deleted the python/dev_yipin_fcall_ro branch July 1, 2024 03:29
cyip10 pushed a commit to Bit-Quill/valkey-glide that referenced this pull request Jul 16, 2024
* Python: add FCALL_RO command

* Updated CHANGELOG.md

* Renamed cluster fcall_ro to fcall_ro_route to address review comments

* Modified tests with correct encoding type

* Addressed review comment

* Fixed encode issue in transacation test

* Changed return type to Optional

* Reverted changes of Optional return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

6 participants