This is an automated email from the ASF dual-hosted git repository.
eshu11 pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 92e8f78 GEODE-9292: Implement ZCARD (#6525)
add 81828af GEODE-9318: Implement ZREM command. (#6545)
No new revisions were added by this update.
Summary of changes:
.../ZRemNativeRedisAcceptanceTest.java} | 7 +-
.../internal/executor/sortedset/ZRemDUnitTest.java | 257 +++++++++++++++++++++
.../server/AbstractHitsMissesIntegrationTest.java | 23 ++
.../sortedset/AbstractZRemIntegrationTest.java | 152 ++++++++++++
...tegrationTest.java => ZRemIntegrationTest.java} | 8 +-
.../geode/redis/internal/RedisCommandType.java | 4 +-
.../geode/redis/internal/data/RedisSortedSet.java | 37 ++-
.../RedisSortedSetCommandsFunctionExecutor.java | 6 +
.../redis/internal/executor/CommandFunction.java | 5 +
.../executor/sortedset/RedisSortedSetCommands.java | 2 +
.../RedisSortedSetCommandsFunctionInvoker.java | 7 +-
.../ZRemExecutor.java} | 15 +-
.../redis/internal/SupportedCommandsJUnitTest.java | 5 +-
.../redis/internal/data/RedisSortedSetTest.java | 72 +++++-
14 files changed, 570 insertions(+), 30 deletions(-)
copy
geode-apis-compatible-with-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/{key/ScanNativeRedisAcceptanceTest.java
=> sortedset/ZRemNativeRedisAcceptanceTest.java} (90%)
create mode 100644
geode-apis-compatible-with-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/sortedset/ZRemDUnitTest.java
create mode 100644
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/sortedset/AbstractZRemIntegrationTest.java
copy
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/sortedset/{ZAddIntegrationTest.java
=> ZRemIntegrationTest.java} (85%)
mode change 100755 => 100644
copy
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/executor/{set/SRemExecutor.java
=> sortedset/ZRemExecutor.java} (80%)
mode change 100755 => 100644