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 ace7180  GEODE-9316: user guide typo repairs (#6541)
     add 92e8f78  GEODE-9292: Implement ZCARD (#6525)

No new revisions were added by this update.

Summary of changes:
 ...st.java => ZCardNativeRedisAcceptanceTest.java} |  2 +-
 .../ZCardDUnitTest.java}                           | 74 +++++++++-------------
 .../sortedset/AbstractZAddIntegrationTest.java     | 36 +++++------
 ...Test.java => AbstractZCardIntegrationTest.java} | 48 ++++++++++----
 ...egrationTest.java => ZCardIntegrationTest.java} |  2 +-
 .../geode/redis/internal/RedisCommandType.java     |  2 +
 .../geode/redis/internal/data/RedisSortedSet.java  |  4 ++
 .../RedisSortedSetCommandsFunctionExecutor.java    |  5 ++
 .../redis/internal/executor/CommandFunction.java   |  3 +
 .../executor/sortedset/RedisSortedSetCommands.java |  2 +
 .../RedisSortedSetCommandsFunctionInvoker.java     |  7 ++
 .../{ZScoreExecutor.java => ZCardExecutor.java}    | 15 ++---
 .../redis/internal/SupportedCommandsJUnitTest.java |  3 +-
 13 files changed, 113 insertions(+), 90 deletions(-)
 copy 
geode-apis-compatible-with-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/sortedset/{ZAddNativeRedisAcceptanceTest.java
 => ZCardNativeRedisAcceptanceTest.java} (93%)
 mode change 100755 => 100644
 copy 
geode-apis-compatible-with-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/{hash/HvalsDUnitTest.java
 => sortedset/ZCardDUnitTest.java} (51%)
 copy 
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/sortedset/{AbstractZScoreIntegrationTest.java
 => AbstractZCardIntegrationTest.java} (54%)
 mode change 100755 => 100644
 copy 
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/sortedset/{ZAddIntegrationTest.java
 => ZCardIntegrationTest.java} (93%)
 mode change 100755 => 100644
 copy 
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/executor/sortedset/{ZScoreExecutor.java
 => ZCardExecutor.java} (78%)

Reply via email to