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 2020/09/14 20:04:32 UTC

[GitHub] [geode] dschneider-pivotal commented on a change in pull request #5510: GEODE-8492: Redis 'clients' statistic goes negative

dschneider-pivotal commented on a change in pull request #5510:
URL: https://github.com/apache/geode/pull/5510#discussion_r488188475



##########
File path: geode-redis/src/main/java/org/apache/geode/redis/internal/RedisStats.java
##########
@@ -177,6 +177,10 @@ public void removeClient() {
     stats.incLong(clientId, -1);
   }
 
+  public long getClients() {

Review comment:
       add visible for testing




----------------------------------------------------------------
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.

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