[
https://issues.apache.org/jira/browse/GEODE-9516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17422241#comment-17422241
]
ASF subversion and git services commented on GEODE-9516:
--------------------------------------------------------
Commit 28321af306a57aa857dc801a7d7c4bfab0496002 in geode's branch
refs/heads/develop from Hale Bales
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=28321af ]
GEODE-9516: add ZINTERSTORE command (#6861)
ZINTERSTORE command takes the intersection of N sorted sets and stores
the results, either summing, taking the max, or taking the min of all
the scores for each member. The provided destination key will be
overridden if it already exists.
> Implement ZINTERSTORE Command
> -----------------------------
>
> Key: GEODE-9516
> URL: https://issues.apache.org/jira/browse/GEODE-9516
> Project: Geode
> Issue Type: New Feature
> Components: redis
> Reporter: Wayne
> Assignee: Hale Bales
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> Implement the [ZINTERSTORE|https://redis.io/commands/zinterstore] command and
> all options, along with associated tests.
>
> +Acceptance Criteria+
> The command has been implemented along with appropriate unit tests.
>
> The command has been added to the AbstractHitsMissesIntegrationTest. The
> command has been tested using the redis-cli tool and verified against native
> redis.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)