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

heybales pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from ffde8c7  GEODE-10067: Optimize wan-copy region command (#7420)
     add 669149d  GEODE-9952: Support LSET Command (#7396)

No new revisions were added by this update.

Summary of changes:
 .../tools_modules/geode_for_redis.html.md.erb      |  59 ++++---
 ...est.java => LSetNativeRedisAcceptanceTest.java} |   2 +-
 .../executor/list/AbstractLSetIntegrationTest.java | 195 +++++++++++++++++++++
 ...tegrationTest.java => LSetIntegrationTest.java} |   3 +-
 .../server/AbstractHitsMissesIntegrationTest.java  |   5 +
 .../geode/redis/internal/RedisConstants.java       |   1 +
 .../redis/internal/commands/RedisCommandType.java  |   3 +
 .../DecrByExecutor.java => list/LSetExecutor.java} |  28 ++-
 .../geode/redis/internal/data/RedisList.java       |  29 +++
 9 files changed, 278 insertions(+), 47 deletions(-)
 copy 
geode-for-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/commands/executor/list/{LLenNativeRedisAcceptanceTest.java
 => LSetNativeRedisAcceptanceTest.java} (94%)
 create mode 100755 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/list/AbstractLSetIntegrationTest.java
 copy 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/list/{LLenIntegrationTest.java
 => LSetIntegrationTest.java} (94%)
 copy 
geode-for-redis/src/main/java/org/apache/geode/redis/internal/commands/executor/{string/DecrByExecutor.java
 => list/LSetExecutor.java} (76%)
 mode change 100755 => 100644

Reply via email to