You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2021/01/26 21:29:40 UTC

[geode] branch develop updated (da8f121 -> 78fef24)

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 da8f121  GEODE-8863: test HSETNX concurrency (#5942)
     add 78fef24  GEODE-8857: Redis SMOVE command should not update hits/misses stats (#5949)

No new revisions were added by this update.

Summary of changes:
 .../server/AbstractHitsMissesIntegrationTest.java  |  2 -
 .../executor/set/AbstractSMoveIntegrationTest.java | 96 ++++++++++++++++------
 .../geode/redis/internal/RedisCommandType.java     |  1 +
 .../data/RedisKeyCommandsFunctionExecutor.java     |  6 +-
 .../redis/internal/executor/CommandFunction.java   |  2 +
 .../internal/executor/key/RedisKeyCommands.java    |  2 +
 .../key/RedisKeyCommandsFunctionInvoker.java       |  5 ++
 .../redis/internal/executor/set/SMoveExecutor.java |  2 +-
 .../redis/internal/SupportedCommandsJUnitTest.java |  3 +-
 9 files changed, 88 insertions(+), 31 deletions(-)