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

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

Commit 2cd5d8271357b76e76c584577ae0c214cc5cdc16 in geode's branch 
refs/heads/develop from Kris10
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2cd5d82 ]

GEODE-9950: Add Radish LRANGE command (#7389)

This implements a version of the Redis LRANGE command, which is used for list 
data types. Associated tests were also added.

Given a key, it returns a list of elements in the range (inclusive) for the 
specified start index and stop index. Both the start and stop indexes are zero 
based, which starts at the head of the list. Negative indexes start at the tail 
of the list.

LINDEX was modified to use a new method created in this commit. The method 
converts negative indexes to the corresponding positive index.


> Implement LRANGE
> ----------------
>
>                 Key: GEODE-9950
>                 URL: https://issues.apache.org/jira/browse/GEODE-9950
>             Project: Geode
>          Issue Type: New Feature
>          Components: redis
>            Reporter: Wayne
>            Assignee: Kristen
>            Priority: Major
>              Labels: pull-request-available
>
> Implement the LRANGE command.
>  
> +Acceptance Criteria+
> The command has been implemented along with appropriate unit and system tests.
>  
> The command has been tested using the redis-cli tool and verified against 
> native redis.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to