[ https://issues.apache.org/jira/browse/GEODE-8145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17112639#comment-17112639 ]
ASF GitHub Bot commented on GEODE-8145: --------------------------------------- karensmolermiller commented on a change in pull request #5130: URL: https://github.com/apache/geode/pull/5130#discussion_r428338265 ########## File path: geode-docs/reference/topics/gemfire_properties.html.md.erb ########## @@ -488,26 +488,31 @@ off-heap-memory-size=120g</code></pre></td> </tr> <tr> <td>redis-bind-address</td> -<td>Specifies the bind address used by Redis API for <%=vars.product_name%>. If "" or no bind address -specified, the default will be requested from the operating system.</td> +<td>Specifies the address on which the Redis API for <%=vars.product_name%> is listening. If set to the empty string or this property is not +specified, localhost is requested from the operating system.</td> <td>S</td> -<td>""</td> +<td>`""`</td> Review comment: This renders wrong. Markdown and HTML are not playing together. Please try <td><code>""</code></td> ---------------------------------------------------------------- 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 > Add Redis configuration properties to gemfire_properties.html > ------------------------------------------------------------- > > Key: GEODE-8145 > URL: https://issues.apache.org/jira/browse/GEODE-8145 > Project: Geode > Issue Type: Improvement > Components: docs, redis > Reporter: Sarah Abbey > Priority: Minor > > redis-password, redis-bind-address, and redis-port need to be added to this > page -- This message was sent by Atlassian Jira (v8.3.4#803005)