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/02 22:53:00 UTC

[geode] branch develop updated (6413c33 -> afa17f6)

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 6413c33  GEODE-9994 Make Redis RENAME atomic (#7328)
     add afa17f6  GEODE-9833: SPOP Command Support (#7319)

No new revisions were added by this update.

Summary of changes:
 geode-for-redis/README.md                          |   1 +
 .../server/AbstractHitsMissesIntegrationTest.java  |  15 +-
 .../executor/set/AbstractSPopIntegrationTest.java  | 256 ++++++++-------------
 .../redis/internal/commands/RedisCommandType.java  |   7 +-
 .../commands/executor/set/SPopExecutor.java        |  53 ++---
 .../commands/executor/set/SRandMemberExecutor.java |  19 +-
 .../commands/executor/set/SetRandomExecutor.java   |  23 +-
 .../geode/redis/internal/data/NullRedisSet.java    |   3 +-
 .../apache/geode/redis/internal/data/RedisSet.java | 131 +++++++----
 .../SizeableObjectOpenCustomHashSetWithCursor.java |  23 +-
 10 files changed, 252 insertions(+), 279 deletions(-)