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

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


    from 8828173  GEODE-9568-User-Guide-script-keeps-generated-files (#7518)
     add 6806179  GEODE-9955: Add RPUSHX command (#7507)

No new revisions were added by this update.

Summary of changes:
 .../tools_modules/geode_for_redis.html.md.erb      |  28 ++---
 geode-for-redis/README.md                          |   1 +
 ...t.java => RPushxNativeRedisAcceptanceTest.java} |   2 +-
 .../list/AbstractRPushxIntegrationTest.java        | 121 +++++++++++++++++++++
 ...grationTest.java => RPushxIntegrationTest.java} |   2 +-
 .../server/AbstractHitsMissesIntegrationTest.java  |   5 +
 .../redis/internal/commands/RedisCommandType.java  |   3 +
 .../commands/executor/list/RPushExecutor.java      |   3 -
 .../{LPushXExecutor.java => RPushXExecutor.java}   |   4 +-
 9 files changed, 149 insertions(+), 20 deletions(-)
 copy 
geode-for-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/commands/executor/list/{LPushxNativeRedisAcceptanceTest.java
 => RPushxNativeRedisAcceptanceTest.java} (95%)
 create mode 100755 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/list/AbstractRPushxIntegrationTest.java
 copy 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/list/{LIndexIntegrationTest.java
 => RPushxIntegrationTest.java} (94%)
 copy 
geode-for-redis/src/main/java/org/apache/geode/redis/internal/commands/executor/list/{LPushXExecutor.java
 => RPushXExecutor.java} (94%)

Reply via email to