[ https://issues.apache.org/jira/browse/GEODE-9947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17496429#comment-17496429 ]
ASF subversion and git services commented on GEODE-9947: -------------------------------------------------------- Commit 1fc35af2186e0b51a10347a4b84d45e1d96136a6 in geode's branch refs/heads/develop from Kris10 [ https://gitbox.apache.org/repos/asf?p=geode.git;h=1fc35af ] GEODE-9947: Add Radish LINDEX command (#7380) This implements a version of the Redis LINDEX command, which is used for list data types. Associated tests were also added. It returns the element at the index for a list stored at the specified key. The index is zero based, which starts at the head of the list. Negative indexes means it will start at the tail of the list. For example, -1 would be the last element in the list. > Implement LINDEX > ---------------- > > Key: GEODE-9947 > URL: https://issues.apache.org/jira/browse/GEODE-9947 > Project: Geode > Issue Type: New Feature > Components: redis > Reporter: Wayne > Assignee: Kristen > Priority: Major > Labels: pull-request-available > > Implement the [LINDEX|https://redis.io/commands/lindex] 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)