[ https://issues.apache.org/jira/browse/GEODE-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17106718#comment-17106718 ]
ASF GitHub Bot commented on GEODE-8123: --------------------------------------- dschneider-pivotal commented on a change in pull request #5108: URL: https://github.com/apache/geode/pull/5108#discussion_r424777301 ########## File path: geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java ########## @@ -1920,7 +1920,7 @@ * clients to connect and store data in GemFire distributed system. see {@code GeodeRedisServer} * for other configuration options. * </p> - * <U>Default</U>: "0" disables GemFireMemcachedServer + * <U>Default</U>: "0" disables {@code GeodeRedisServer} * </p> * <U>Allowed values</U>: 0..65535 Review comment: Shouldn't the allowed values now be -1..65535? Also seems like you should add a line to the description saying what -1 means. ---------------------------------------------------------------- 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: us...@infra.apache.org > Allow Redis to start on a random port > ------------------------------------- > > Key: GEODE-8123 > URL: https://issues.apache.org/jira/browse/GEODE-8123 > Project: Geode > Issue Type: Improvement > Components: redis > Reporter: Jens Deppe > Assignee: Jens Deppe > Priority: Major > > It would be useful, for testing, to be able to start the Redis server on a > random port. -- This message was sent by Atlassian Jira (v8.3.4#803005)