You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/02/02 17:44:48 UTC

[GitHub] [geode] jomartin-999 commented on a change in pull request #7326: GEODE-9999: Update the Geode for Redis documentation

jomartin-999 commented on a change in pull request #7326:
URL: https://github.com/apache/geode/pull/7326#discussion_r797863812



##########
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:
       Fixed!  Thank you.




-- 
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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org