[
https://issues.apache.org/jira/browse/GEODE-8122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17108512#comment-17108512
]
ASF GitHub Bot commented on GEODE-8122:
---------------------------------------
jdeppe-pivotal commented on a change in pull request #5122:
URL: https://github.com/apache/geode/pull/5122#discussion_r425961587
##########
File path:
geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java
##########
@@ -1916,11 +1916,10 @@
/**
* The static String definition of the <i>"redis-port"</i> property <a
name="redis-port"/a>
* </p>
- * <U>Description</U>: Specifies the port used by {@code GeodeRedisServer}
which enables redis
- * clients to connect and store data in GemFire distributed system. see
{@code GeodeRedisServer}
- * for other configuration options. A value of "-1" will select a random
port.
+ * <U>Description</U>: Specifies the port used by Redis API for Geode which
enables redis
+ * clients to connect and store data in GemFire distributed system.
Review comment:
@pivotal-jbarrett That's true. `-1` was chosen because `0` is already
used to indicate that we don't want the service to be enabled. However we could
(should?) switch that notion now while things are still `Experimental`.
----------------------------------------------------------------
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]
> Update GeodeRedisServer java doc and Redis API for Geode documentation
> ----------------------------------------------------------------------
>
> Key: GEODE-8122
> URL: https://issues.apache.org/jira/browse/GEODE-8122
> Project: Geode
> Issue Type: Improvement
> Components: redis
> Reporter: Sarah Abbey
> Priority: Major
>
> - Java doc for GeodeRedisServer updated for current GA release plans
> - Java doc for ConfigurationProperties updated so it doesn't reference
> internal GeodeRedisServer
> - Geode docs for Redis API for Geode updated
--
This message was sent by Atlassian Jira
(v8.3.4#803005)