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 a2ed241 add 1.13.7 to old versions on develop (#7292)
add a53c6da GEODE-9834: SRANDMEMBER Command Support (#7228)
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 => SRandMemberNativeRedisAcceptanceTest.java} | 2 +-
.../server/AbstractHitsMissesIntegrationTest.java | 10 +-
.../set/AbstractSRandMemberIntegrationTest.java | 165 +++++++++++++++++++++
.../executor/set/AbstractSetsIntegrationTest.java | 49 ------
...onTest.java => SRandMemberIntegrationTest.java} | 2 +-
.../redis/internal/commands/RedisCommandType.java | 4 +-
.../commands/executor/set/SRandMemberExecutor.java | 50 +------
...dMemberExecutor.java => SetRandomExecutor.java} | 52 ++++---
.../geode/redis/internal/data/NullRedisSet.java | 2 +-
.../apache/geode/redis/internal/data/RedisSet.java | 85 ++++++-----
.../SizeableObjectOpenCustomHashSet.java | 8 +
13 files changed, 269 insertions(+), 162 deletions(-)
copy
geode-for-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/commands/executor/set/{SCardNativeRedisAcceptanceTest.java
=> SRandMemberNativeRedisAcceptanceTest.java} (92%)
create mode 100644
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/set/AbstractSRandMemberIntegrationTest.java
copy
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/set/{SCardIntegrationTest.java
=> SRandMemberIntegrationTest.java} (92%)
copy
geode-for-redis/src/main/java/org/apache/geode/redis/internal/commands/executor/set/{SRandMemberExecutor.java
=> SetRandomExecutor.java} (59%)
mode change 100755 => 100644