You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/07/08 16:01:47 UTC

[GitHub] [geode] DonalEvans commented on a change in pull request #6680: GEODE-9182: Implement Radish ZCOUNT command

DonalEvans commented on a change in pull request #6680:
URL: https://github.com/apache/geode/pull/6680#discussion_r666327144



##########
File path: geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/collections/OrderStatisticsSet.java
##########
@@ -53,20 +53,20 @@
   T get(int index);
 
   /**
-   * Returns the index of <code>element</code> in the sorted set.
+   * Returns the index of <code>element</code> in the sorted set. If the element is not present in
+   * the set, returns the index it would have if it was present

Review comment:
       "Incredibly pedantic" is my favourite kind of review :P




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org