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 da6008a  GEODE-9978: Remove test-container. (#7286)
     add 3a36962  GEODE-9837: SUNIONSTORE Command Support (#7284)

No new revisions were added by this update.

Summary of changes:
 .../tools_modules/geode_for_redis.html.md.erb      |   1 +
 geode-for-redis/README.md                          |   1 +
 ...a => SUnionStoreNativeRedisAcceptanceTest.java} |   2 +-
 .../server/AbstractHitsMissesIntegrationTest.java  |  12 +-
 .../set/AbstractSUnionIntegrationTest.java         | 141 ------------
 .../set/AbstractSUnionStoreIntegrationTest.java    | 242 +++++++++++++++++++++
 ...onTest.java => SUnionStoreIntegrationTest.java} |   2 +-
 .../redis/internal/commands/RedisCommandType.java  |   4 +-
 .../commands/executor/set/SetOpExecutor.java       |  16 +-
 .../apache/geode/redis/internal/data/RedisSet.java |  18 +-
 10 files changed, 279 insertions(+), 160 deletions(-)
 copy 
geode-for-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/commands/executor/set/{SIsMemberNativeRedisAcceptanceTest.java
 => SUnionStoreNativeRedisAcceptanceTest.java} (92%)
 mode change 100755 => 100644
 create mode 100644 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/set/AbstractSUnionStoreIntegrationTest.java
 copy 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/set/{SIsMemberIntegrationTest.java
 => SUnionStoreIntegrationTest.java} (92%)
 mode change 100755 => 100644

Reply via email to