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
Contributor

No description provided.

@GilboaAWS GilboaAWS requested a review from a team as a code owner May 7, 2024 14:09
@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
Member

@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 and others added 9 commits May 15, 2024 09:47
Co-authored-by: Shoham Elias <116083498+shohamazon@users.noreply.github.com>
Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Co-authored-by: Shoham Elias <116083498+shohamazon@users.noreply.github.com>
Co-authored-by: Shoham Elias <116083498+shohamazon@users.noreply.github.com>
Co-authored-by: Shoham Elias <116083498+shohamazon@users.noreply.github.com>
Co-authored-by: Shoham Elias <116083498+shohamazon@users.noreply.github.com>
Co-authored-by: Shoham Elias <116083498+shohamazon@users.noreply.github.com>
Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Co-authored-by: Shoham Elias <116083498+shohamazon@users.noreply.github.com>
@GilboaAWS GilboaAWS merged commit 0d674ba into aws:main May 16, 2024
6 checks passed
@GilboaAWS GilboaAWS deleted the python_zinterstore branch May 16, 2024 07:19
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