Skip to content

Conversation

@Kris-10-0
Copy link
Contributor

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.

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?

  • Has your PR been rebased against the latest commit within the target branch (typically develop)?

  • Is your initial contribution a single, squashed commit?

  • Does gradlew build run cleanly?

  • Have you written or updated unit tests to verify your changes?

  • [NA] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?

@Kris-10-0 Kris-10-0 force-pushed the feature/GEODE-9955 branch from d915c3e to 3003029 Compare March 29, 2022 21:31
@Kris-10-0 Kris-10-0 requested a review from DonalEvans March 30, 2022 19:43
Kristen Oduca added 5 commits March 30, 2022 15:27
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.
@Kris-10-0 Kris-10-0 force-pushed the feature/GEODE-9955 branch from 2b67747 to bab72a6 Compare March 30, 2022 22:27
@DonalEvans DonalEvans merged commit 6806179 into apache:develop Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

redis Issues related to the geode-for-redis module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants