[ https://issues.apache.org/jira/browse/GEODE-9983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512753#comment-17512753 ]
ASF subversion and git services commented on GEODE-9983: -------------------------------------------------------- Commit 4b2f368be1e39189b7fc6a9ea323f7521e5f92fa in geode's branch refs/heads/develop from Donal Evans [ https://gitbox.apache.org/repos/asf?p=geode.git;h=4b2f368 ] GEODE-9983: Implement RPOPLPUSH command (#7467) - Implement RPOPLPUSH command and add associated tests - Alphabetize command-related methods in RedisList - Change Command.getProcessedCommandKeys() to not convert the command name into a RedisKey, because there's no situation in which we'd want to do that - Add ignored DUnit test for transactional behaviour, blocked by GEODE-10121 Authored-by: Donal Evans <doev...@vmware.com> > Implement RPOPLPUSH Command > --------------------------- > > Key: GEODE-9983 > URL: https://issues.apache.org/jira/browse/GEODE-9983 > Project: Geode > Issue Type: New Feature > Components: redis > Reporter: Wayne > Assignee: Donal Evans > Priority: Major > Labels: pull-request-available > Fix For: 1.15.0 > > > Implement the [RPOPLPUSH|https://redis.io/commands/RPOPLPUSH] 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)