ringles commented on a change in pull request #7205:
URL: https://github.com/apache/geode/pull/7205#discussion_r779047697



##########
File path: geode-for-redis/README.md
##########
@@ -34,11 +34,12 @@ Once the locator has started, start at least one server 
with a command of the fo
 gfsh> start server \
   --name=<serverName> \
   --locators=localhost[<locatorPort>] \
-  --geode-for-redis-port=<geodeForRedisPort> \
-  --geode-for-redis-bind-address=<geodeForRedisBindAddress>
+  --J=-Dgemfire.geode-for-redis-enabled=true \
+  --J=-Dgemfire.geode-for-redis-port=<geodeForRedisPort> \
+  --J=-Dgemfire.geode-for-redis-bind-address=<geodeForRedisBindAddress>
 ```
 
-If any of the options `geode-for-redis-bind-address`, 
`geode-for-redis-username`, or `geode-for-redis-port` are included, a Geode 
server with Geode for Redis will be started.
+If the option `geode-for-redis-enabled` is set to `true`, a Geode server with 
Geode for Redis will be started.

Review comment:
       Yeah, this needs a fix. Must be explicitly enabled now.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to