You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ri...@apache.org on 2022/02/15 20:32:18 UTC

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (5bb3d3a -> 017e26c)

This is an automated email from the ASF dual-hosted git repository.

ringles pushed a change to branch GEODE-9892-Create-Infrastructure-for-Redis-Lists
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 5bb3d3a  GEODE-9892: Add initial support for RedisLists - implements LPUSH, LPOP, LLEN
     add 2a3713f  Ensure lpush atomic
     add 017e26c  Remove unneeded test condition

No new revisions were added by this update.

Summary of changes:
 .../redis/internal/commands/executor/list/LPushDUnitTest.java  |  2 --
 .../commands/executor/list/AbstractLPopIntegrationTest.java    | 10 +++++-----
 .../commands/executor/list/AbstractLPushIntegrationTest.java   | 10 ++++++++++
 .../apache/geode/redis/internal/commands/RedisCommandType.java |  3 ++-
 .../java/org/apache/geode/redis/internal/data/RedisList.java   |  7 +++----
 5 files changed, 20 insertions(+), 12 deletions(-)