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: Added ZINTERSTORE and ZUNIONSTORE commands #1388

Merged
merged 14 commits into from
May 16, 2024

Conversation

GilboaAWS
Copy link
Collaborator

No description provided.

@GilboaAWS GilboaAWS requested a review from a team as a code owner May 7, 2024 14:09
@GilboaAWS GilboaAWS added the python Python wrapper label May 7, 2024
@GilboaAWS GilboaAWS changed the title Added ZINTERSTORE and ZUNIONSTORE commands to python Python: Added ZINTERSTORE and ZUNIONSTORE commands May 7, 2024
@GilboaAWS GilboaAWS force-pushed the python_zinterstore branch 2 times, most recently from d7d036d to 32c5f91 Compare May 7, 2024 15:23
python/python/glide/async_commands/core.py Show resolved Hide resolved
python/python/glide/async_commands/core.py Outdated Show resolved Hide resolved
python/python/glide/async_commands/core.py Outdated Show resolved Hide resolved
python/python/glide/async_commands/core.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 Show resolved Hide resolved
Comment on lines 2734 to 2735
When in cluster mode, `destination` and all `keys` must map to the same `hash slot`.
see https://redis.io/commands/zinterstore/ for more details.
Copy link
Collaborator

@shohamazon shohamazon May 8, 2024

Choose a reason for hiding this comment

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

Suggested change
When in cluster mode, `destination` and all `keys` must map to the same `hash slot`.
see https://redis.io/commands/zinterstore/ for more details.
When in cluster mode, `destination` and all `keys` must map to the same hash slot.
see https://valkey.io/commands/zinterstore/ for more details.

@GilboaAWS GilboaAWS merged commit 0d674ba into valkey-io:main May 16, 2024
6 checks passed
@GilboaAWS GilboaAWS deleted the python_zinterstore branch May 16, 2024 07:19
cyip10 pushed a commit to Bit-Quill/valkey-glide that referenced this pull request Jun 24, 2024
Added ZINTERSTORE and ZUNIONSTORE commands to python

Co-authored-by: Shoham Elias 
Co-authored-by: Yury-Fridlyand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Python wrapper
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants