This is an automated email from the ASF dual-hosted git repository.
ringles pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from ac04dc4 Fix for jcenter shutdown. (#7260)
add 4a688b0 GEODE-9829: Add SINTER command to Redis supported commands.
(#7236)
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 +
.../server/AbstractHitsMissesIntegrationTest.java | 10 +--
.../set/AbstractSInterIntegrationTest.java | 94 +++++++++++++++++++---
.../redis/internal/commands/RedisCommandType.java | 4 +-
.../commands/executor/set/SetOpExecutor.java | 8 +-
.../apache/geode/redis/internal/data/RedisSet.java | 49 +++++++++++
7 files changed, 145 insertions(+), 22 deletions(-)