[ 
https://issues.apache.org/jira/browse/GEODE-8145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17113391#comment-17113391
 ] 

ASF GitHub Bot commented on GEODE-8145:
---------------------------------------

sabbeyPivotal commented on a change in pull request #5130:
URL: https://github.com/apache/geode/pull/5130#discussion_r428790389



##########
File path: geode-docs/tools_modules/redis_api_for_geode.html.md.erb
##########
@@ -33,24 +33,26 @@ commands.
 Use gfsh to start at least one server with a command of the form:
 
 ``` pre
-start server --name=<serverName> --locators=<locatorPort> 
--redis-port=<redisPort> --redis-bind-address=<redisBindAddress>
+start server --name=<serverName> --locators=<locatorPort> 
--redis-port=<redisPort> --redis-bind-address=<redisBindAddress> 
--redis-password=<redisPassword>
 ```
 
 Replace `<serverName>` with the name of your server.
 
 Replace `<locatorPort>` with your locator port.
 
-Replace `<redisPort>` with the port that the <%=vars.product_name%> server 
will listen on for Redis commands. The typical port used with a Redis cluster 
is 6379.
+Replace `<redisPort>` with the port that the <%=vars.product_name%> server 
listens on for Redis commands. The typical port used with a Redis cluster is 
6379.
 
-Replace `<redisBindAddress>` with the IP address of the server host. If this 
option is not specified, the default is determined from the `/etc/hosts` file.
+Replace `<redisBindAddress>` with the IP address of the server host.

Review comment:
       Updated!




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

Reply via email to