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 bbe9a3a GEODE-9853: get all members hosting bucket (#7144)
add 32e32af GEODE-9830: SINTERSTORE Command Support (#7302)
No new revisions were added by this update.
Summary of changes:
geode-for-redis/README.md | 1 +
...a => SInterStoreNativeRedisAcceptanceTest.java} | 2 +-
.../server/AbstractHitsMissesIntegrationTest.java | 12 +-
.../set/AbstractSInterIntegrationTest.java | 140 +----------------
...ava => AbstractSInterStoreIntegrationTest.java} | 127 +++++++--------
.../set/AbstractSUnionStoreIntegrationTest.java | 2 +-
...onTest.java => SInterStoreIntegrationTest.java} | 2 +-
.../redis/internal/commands/RedisCommandType.java | 4 +-
.../commands/executor/set/SDiffExecutor.java | 17 +-
.../commands/executor/set/SDiffStoreExecutor.java | 14 +-
.../commands/executor/set/SInterExecutor.java | 16 +-
.../commands/executor/set/SInterStoreExecutor.java | 13 +-
.../commands/executor/set/SUnionExecutor.java | 16 +-
.../commands/executor/set/SUnionStoreExecutor.java | 13 +-
.../commands/executor/set/SetOpExecutor.java | 173 +++------------------
.../apache/geode/redis/internal/data/RedisSet.java | 51 +++---
16 files changed, 176 insertions(+), 427 deletions(-)
copy
geode-for-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/commands/executor/set/{SMoveNativeRedisAcceptanceTest.java
=> SInterStoreNativeRedisAcceptanceTest.java} (92%)
copy
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/set/{AbstractSUnionStoreIntegrationTest.java
=> AbstractSInterStoreIntegrationTest.java} (57%)
copy
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/set/{SUnionStoreIntegrationTest.java
=> SInterStoreIntegrationTest.java} (94%)
mode change 100644 => 100755