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 ZMPOP command #1417

Merged
merged 6 commits into from
May 17, 2024
Merged

Conversation

aaron-congo
Copy link
Collaborator

Issue #, if available:
N/A

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

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

@aaron-congo aaron-congo requested a review from a team as a code owner May 15, 2024 17:24
@aaron-congo aaron-congo requested review from Yury-Fridlyand, acarbonetto and jonathanl-bq and removed request for Yury-Fridlyand May 15, 2024 17:24
Copy link
Collaborator

@Yury-Fridlyand Yury-Fridlyand left a comment

Choose a reason for hiding this comment

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

Why some CI is red?

python/python/glide/async_commands/sorted_set.py Outdated Show resolved Hide resolved
@shohamazon
Copy link
Member

Why some CI is red?

I will fix it today

@shohamazon
Copy link
Member

#1419 will fix node failling

python/python/glide/async_commands/core.py Outdated Show resolved Hide resolved
python/python/glide/async_commands/sorted_set.py Outdated Show resolved Hide resolved
python/python/glide/async_commands/transaction.py Outdated Show resolved Hide resolved
Comment on lines +2530 to +2822
if await check_if_server_version_lt(redis_client, min_version):
return pytest.mark.skip(reason=f"Redis version required >= {min_version}")
Copy link
Member

Choose a reason for hiding this comment

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

should we do that in a function? could be very useful

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Same question as here: #1418 (comment)

python/python/tests/test_async_client.py Show resolved Hide resolved
@Yury-Fridlyand Yury-Fridlyand merged commit 1902359 into aws:main May 17, 2024
45 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the python/integ_acongo_zmpop branch May 17, 2024 23:33
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.

None yet

3 participants