You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by do...@apache.org on 2022/02/01 20:48:27 UTC

[geode] branch develop updated (da60432 -> c0eb58e)

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 da60432  GEODE-9835: Add SSCAN to Redis supported commands (#7278)
     add c0eb58e  GEODE-9993: Make SMOVE transactional (#7321)

No new revisions were added by this update.

Summary of changes:
 .../commands/executor/set/SMoveExecutor.java       |  2 +-
 .../redis/internal/data/AbstractRedisData.java     | 18 ++++-
 .../apache/geode/redis/internal/data/RedisSet.java | 48 +++++++------
 .../redis/internal/data/delta/AddByteArrays.java   |  9 +++
 .../geode/redis/internal/data/RedisHashTest.java   | 19 ++---
 .../geode/redis/internal/data/RedisSetTest.java    | 80 +++++++++++++++++++---
 .../redis/internal/data/RedisSortedSetTest.java    | 37 +++++-----
 .../internal/data/RedisStringQuickCheckTest.java   |  3 +-
 .../geode/redis/internal/data/RedisStringTest.java | 53 +++++++-------
 9 files changed, 185 insertions(+), 84 deletions(-)