[
https://issues.apache.org/jira/browse/GEODE-9187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17376867#comment-17376867
]
ASF subversion and git services commented on GEODE-9187:
--------------------------------------------------------
Commit 996d24b87f9d57e4e5212b0a53eaf65bd0205135 in geode's branch
refs/heads/develop from Donal Evans
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=996d24b ]
GEODE-9187: Implement Radish ZREVRANK command (#6674)
- Add ZREVRANK to supported commands
- Arrange RedisSortedSet commands alphabetically in classes
- Remove redundant zrank implementation in NullRedisSet
- Change return type for internal zrank methods to long, to be in line
with Redis documentation
- Add tests for ZREVRANK command
Authored-by: Donal Evans <[email protected]>
> Implement ZREVRANK Command
> --------------------------
>
> Key: GEODE-9187
> URL: https://issues.apache.org/jira/browse/GEODE-9187
> Project: Geode
> Issue Type: New Feature
> Components: redis
> Reporter: Wayne
> Assignee: Donal Evans
> Priority: Major
> Labels: pull-request-available, redis
> Fix For: 1.15.0
>
>
> Implement the [ZREVRANK|https://redis.io/commands/zrevrank] command.
>
> +Acceptance Criteria+
> The ZREVRANK command has been implemented and unit tests are added that
> assert the command works as expected.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)