[
https://issues.apache.org/jira/browse/GEODE-9376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17380047#comment-17380047
]
ASF subversion and git services commented on GEODE-9376:
--------------------------------------------------------
Commit 8b7a1a242290523310080a13338c1f85a283c684 in geode's branch
refs/heads/develop from Donal Evans
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8b7a1a2 ]
GEODE-9376: Implement Radish ZREVRANGE command (#6689)
- Add ZREVRANGE to supported commands
- Add reverse range iterator implementation to OrderStatisticsTree
- Introduce AbstractZRangeExecutor class
- Add tests for ZREVRANGE
- Add tests for new reverse iterator in OrderStatisticsTree
- Introduce AbstractZRankExecutor class to reduce code duplication and
refactor ZRankExecutor and ZRevRankExecutor to use it
- Fix incorrect implementation of ZRANGE in NullRedisSortedSet
- Fix ZRANGE not updating stats
- Add missing hits/misses tests for ZRANGE
Co-authored-by: Donal Evans <[email protected]>
Co-authored-by: Hale Bales <[email protected]>
> Implement ZREVRANGE Command
> ---------------------------
>
> Key: GEODE-9376
> URL: https://issues.apache.org/jira/browse/GEODE-9376
> Project: Geode
> Issue Type: New Feature
> Components: redis
> Affects Versions: 1.15.0
> Reporter: Wayne
> Assignee: Donal Evans
> Priority: Major
> Labels: pull-request-available, redis
> Fix For: 1.15.0
>
>
> Implement the [ZREVRANGE|https://redis.io/commands/zrevrange] command.
>
> +Acceptance Criteria+
> The ZREVRANGE command has been implemented and appropriate unit tests have
> been developed.
>
> The command has been added to the AbstractHitsMissesIntegrationTest.
> The command has been tested using the redis-cli tool.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)