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 31b0386 GEODE-6588: Cleanup static analyzer warnings.
add 8bbc5ef GEODE-9832: SMOVE Command Support (#7227)
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 +-
.../executor/set/AbstractSMoveIntegrationTest.java | 264 +++++++++++++--------
.../geode/redis/internal/RedisConstants.java | 2 +
.../redis/internal/commands/RedisCommandType.java | 2 +-
.../commands/executor/set/SMoveExecutor.java | 39 ++-
.../apache/geode/redis/internal/data/RedisSet.java | 17 ++
8 files changed, 209 insertions(+), 127 deletions(-)