This is an automated email from the ASF dual-hosted git repository.
heybales pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from ae8d674 GEODE-9518: Implement Radish ZUNIONSTORE command (#6794)
add fd377ed GEODE-9434: add ZREMRANGEBYLEX command (#6773)
No new revisions were added by this update.
Summary of changes:
...> ZRemRangeByLexNativeRedisAcceptanceTest.java} | 4 +-
...DUnitTest.java => ZRemRangeByLexDUnitTest.java} | 219 ++++++++------
.../server/AbstractHitsMissesIntegrationTest.java | 5 +
.../AbstractZRemRangeByLexIntegrationTest.java | 317 +++++++++++++++++++++
...est.java => ZRemRangeByLexIntegrationTest.java} | 2 +-
.../geode/redis/internal/RedisCommandType.java | 2 +
.../redis/internal/data/NullRedisSortedSet.java | 6 +
.../geode/redis/internal/data/RedisSortedSet.java | 5 +
.../RedisSortedSetCommandsFunctionExecutor.java | 6 +
.../executor/sortedset/RedisSortedSetCommands.java | 2 +
.../sortedset/SortedSetLexRangeOptions.java | 2 +
...ntExecutor.java => ZRemRangeByLexExecutor.java} | 6 +-
12 files changed, 473 insertions(+), 103 deletions(-)
copy
geode-apis-compatible-with-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/sortedset/{ZAddNativeRedisAcceptanceTest.java
=> ZRemRangeByLexNativeRedisAcceptanceTest.java} (92%)
mode change 100755 => 100644
copy
geode-apis-compatible-with-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/sortedset/{ZRemDUnitTest.java
=> ZRemRangeByLexDUnitTest.java} (56%)
create mode 100644
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/sortedset/AbstractZRemRangeByLexIntegrationTest.java
copy
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/sortedset/{ZRevRangeByLexIntegrationTest.java
=> ZRemRangeByLexIntegrationTest.java} (94%)
copy
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/executor/sortedset/{ZLexCountExecutor.java
=> ZRemRangeByLexExecutor.java} (89%)