nonbinaryprogrammer commented on a change in pull request #7326:
URL: https://github.com/apache/geode/pull/7326#discussion_r796054988
##########
File path: geode-docs/tools_modules/geode_for_redis.html.md.erb
##########
@@ -167,6 +153,25 @@ public static ConfigureRedisAction configureRedisAction() {
This is a known solution for many Managed Redis products (ElastiCache, Azure
Cache for Redis, etc.) that disable the CONFIG command for security reasons.
You can read more about why this is done in the [Spring Session issue
report](https://github.com/spring-projects/spring-session/issues/124).
+- If your application is using **redis-py-cluster** you will need to specificy
the option **"skip_full_coverage_check=True"** when creating the connection to
the cluster.
+ This is a known solution for many Managed Redis products (ElastiCache, Azure
Cache for Redis, etc) that disable the CONFIG command for security reasons.
Review comment:
formatting on this line is weird. it should be indented one tab to match
the rest of the list. right now it looks like the next point is a sub-point of
this one.
--
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]