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 SUNIONSTORE command #286

Merged

Conversation

aaron-congo
Copy link

# overwrite destination when destination is not a set
assert await redis_client.sunionstore(string_key, [key1, key3]) == 7
assert await redis_client.smembers(string_key) == {
"a",

Choose a reason for hiding this comment

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

Is it a linter trick?

Copy link
Author

Choose a reason for hiding this comment

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

yeah lol

Choose a reason for hiding this comment

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

🤦
If you dislike it, you can swap expressions around == or define a variable

@aaron-congo aaron-congo merged commit ba7c8bb into python/integ_acongo_sunionstore May 17, 2024
6 checks passed
@aaron-congo aaron-congo deleted the python/dev_acongo_sunionstore branch May 17, 2024 18:38
aaron-congo added a commit that referenced this pull request May 17, 2024
aaron-congo added a commit that referenced this pull request May 17, 2024
aaron-congo added a commit that referenced this pull request May 17, 2024
tjzhang-BQ pushed a commit that referenced this pull request May 18, 2024
* Python: add SUNIONSTORE command (#286)

* Align docs and cross-slot test with recent changes
cyip10 pushed a commit that referenced this pull request Jun 24, 2024
* Python: add SUNIONSTORE command (#286)

* Align docs and cross-slot test with recent changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants