ElastiCache Valkey CROSSSLOT Keys
-
Hi,
We’ve been using this plug-in succesfully with a self-hosted version of Redis for some time. Thanks for the great solution.
Our site has grown to the point where we would prefer to use a dedicated service for object cache. We’re using ElastiCache with Valkey (and have also tested Redis), however we’re encountering a configuration issue in both the Serverless and Cluster approaches.
Config:
define( ‘WP_REDIS_HOST’, ‘xxx.cache.amazonaws.com’ );
define( ‘WP_REDIS_SCHEME’, ‘tls’ );
define( ‘WP_REDIS_PREFIX’, ‘abc-123-prefix’ );
define( ‘WP_REDIS_DATABASE’, 0);Error:
Error establishing a Redis connection
CROSSSLOT Keys in request don’t hash to the same slot
Any insights to guide on the issue resolution? Thank you!The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.