You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/03/31 16:13:00 UTC

[jira] [Commented] (GEODE-9955) Implement RPUSHX

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

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

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

GEODE-9955: Add RPUSHX command (#7507)

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

For a list stored at a key, rpushx adds the specified element to the tail of the
list. If the key does not exist, no operation will be performed.

> Implement RPUSHX
> ----------------
>
>                 Key: GEODE-9955
>                 URL: https://issues.apache.org/jira/browse/GEODE-9955
>             Project: Geode
>          Issue Type: New Feature
>          Components: redis
>            Reporter: Wayne
>            Assignee: Kristen
>            Priority: Major
>              Labels: pull-request-available
>
> Implement the [RPUSHX|https://redis.io/commands/rpushx] 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)