sabbey37 commented on a change in pull request #5678:
URL: https://github.com/apache/geode/pull/5678#discussion_r513829391
##########
File path:
geode-redis/src/main/java/org/apache/geode/redis/internal/executor/server/InfoExecutor.java
##########
@@ -58,6 +61,9 @@ private String getSpecifiedSection(ExecutionHandlerContext
context,
case "persistence":
result = getPersistenceSection();
break;
+ case "replication":
+ result = getReplicationSection();
+ break;
Review comment:
We also need to add the following cases: `clients`, `memory`, `stats`,
and `keyspace`
----------------------------------------------------------------
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:
[email protected]