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/08/18 18:23:23 UTC

[geode] branch develop updated (ed38145 -> befc7cc)

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 ed38145  GEODE-9169: remove netty context switch (#6725)
     add befc7cc  GEODE-9186: Add Radish ZPOPMIN command (#6738)

No new revisions were added by this update.

Summary of changes:
 ....java => ZPopMinNativeRedisAcceptanceTest.java} |  2 +-
 .../server/AbstractHitsMissesIntegrationTest.java  |  5 ++
 .../sortedset/AbstractZPopMaxIntegrationTest.java  | 14 +++-
 ...st.java => AbstractZPopMinIntegrationTest.java} | 63 ++++++++++------
 ...rationTest.java => ZPopMinIntegrationTest.java} |  2 +-
 .../geode/redis/internal/RedisCommandType.java     |  3 +
 .../redis/internal/data/NullRedisSortedSet.java    |  5 ++
 .../geode/redis/internal/data/RedisSortedSet.java  | 20 ++++-
 .../RedisSortedSetCommandsFunctionExecutor.java    | 17 +++--
 ...pMaxExecutor.java => AbstractZPopExecutor.java} | 13 ++--
 .../executor/sortedset/RedisSortedSetCommands.java |  5 +-
 .../executor/sortedset/ZPopMaxExecutor.java        | 34 ++-------
 .../executor/sortedset/ZPopMinExecutor.java}       | 14 ++--
 .../redis/internal/SupportedCommandsJUnitTest.java |  1 +
 .../redis/internal/data/RedisSortedSetTest.java    | 88 +++++++++++++++++++++-
 15 files changed, 206 insertions(+), 80 deletions(-)
 copy geode-apis-compatible-with-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/sortedset/{ZAddNativeRedisAcceptanceTest.java => ZPopMinNativeRedisAcceptanceTest.java} (93%)
 copy geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/sortedset/{AbstractZPopMaxIntegrationTest.java => AbstractZPopMinIntegrationTest.java} (72%)
 copy geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/sortedset/{ZPopMaxIntegrationTest.java => ZPopMinIntegrationTest.java} (94%)
 copy geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/executor/sortedset/{ZPopMaxExecutor.java => AbstractZPopExecutor.java} (84%)
 copy geode-apis-compatible-with-redis/src/{integrationTest/java/org/apache/geode/redis/internal/executor/sortedset/ZRemIntegrationTest.java => main/java/org/apache/geode/redis/internal/executor/sortedset/ZPopMinExecutor.java} (75%)