[ 
https://issues.apache.org/jira/browse/GEODE-9389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17404093#comment-17404093
 ] 

ASF subversion and git services commented on GEODE-9389:
--------------------------------------------------------

Commit 58592edf08e254b0f344cd84fd666db8396daad5 in geode's branch 
refs/heads/develop from Donal Evans
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=58592ed ]

GEODE-9389: Implement Radish ZREVRANGEBYLEX Command (#6766)

 - Introduce AbstractSortedSetRangeExecutor as a parent class for all
 sorted set range executors
 - Modify AbstractSortedSetRangeOptions and classes that extend it to
 reduce code duplication
 - Make RedisSortedSet range command implementations consistent using
 AbstractSortedSetRangeOptions
 - Refactor to allow MemberDummyOrderedSetEntry to always treat scores
 as equal
 - Refactor ZCountExecutor and ZLexCountExecutor to extend 
ZRangeByScoreExecutor and ZRangeByLexExecutor respectively
 - Refactor zcount() and zlexcount()
 - Implement Radish ZREVRANGEBYLEX Command
 - Reorder some methods to maintain alphabetical ordering
 - Clean up a test in AbstractZRangeByLexIntegrationTest

Authored-by: Donal Evans <doev...@vmware.com>

> Implement ZREVRANGEBYLEX Command
> --------------------------------
>
>                 Key: GEODE-9389
>                 URL: https://issues.apache.org/jira/browse/GEODE-9389
>             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
>
> Implement the [ZREVRANGEBYLEX|https://redis.io/commands/zrevrangebylex] 
> command without the LIMIT option.
>  
> +Acceptance Criteria+
> The ZREVRANGEBYLEX 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to