This is an automated email from the ASF dual-hosted git repository.
jensdeppe pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from d67aba9 GEODE-10105: when stopping gw sender, for pending events set
possible… (#7422)
add e83107c GEODE-9951: Add support for Radish RPOP command (#7418)
No new revisions were added by this update.
Summary of changes:
.../tools_modules/geode_for_redis.html.md.erb | 26 ++++----
geode-for-redis/README.md | 1 +
...est.java => RPopNativeRedisAcceptanceTest.java} | 3 +-
.../commands/executor/list/LPopDUnitTest.java | 50 +++++++-------
.../{LPopDUnitTest.java => RPopDUnitTest.java} | 76 ++++++++++------------
.../executor/list/AbstractLPopIntegrationTest.java | 12 ++--
...nTest.java => AbstractRPopIntegrationTest.java} | 70 +++++++++++---------
...tegrationTest.java => RPopIntegrationTest.java} | 8 +--
.../server/AbstractHitsMissesIntegrationTest.java | 5 ++
.../executor/server/CommandIntegrationTest.java | 4 ++
.../redis/internal/commands/RedisCommandType.java | 2 +
.../list/{LPopExecutor.java => RPopExecutor.java} | 6 +-
.../geode/redis/internal/data/NullRedisList.java | 5 ++
.../geode/redis/internal/data/RedisList.java | 40 +++++++++---
.../geode/redis/internal/data/delta/DeltaType.java | 2 +-
.../internal/data/delta/RemoveElementsByIndex.java | 3 +-
16 files changed, 173 insertions(+), 140 deletions(-)
copy
geode-for-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/commands/executor/list/{LLenNativeRedisAcceptanceTest.java
=> RPopNativeRedisAcceptanceTest.java} (94%)
mode change 100755 => 100644
copy
geode-for-redis/src/distributedTest/java/org/apache/geode/redis/internal/commands/executor/list/{LPopDUnitTest.java
=> RPopDUnitTest.java} (71%)
copy
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/list/{AbstractLPopIntegrationTest.java
=> AbstractRPopIntegrationTest.java} (60%)
mode change 100755 => 100644
copy
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/list/{LPopIntegrationTest.java
=> RPopIntegrationTest.java} (88%)
mode change 100755 => 100644
copy
geode-for-redis/src/main/java/org/apache/geode/redis/internal/commands/executor/list/{LPopExecutor.java
=> RPopExecutor.java} (94%)
mode change 100755 => 100644