Compatible with AWS Valkey?
-
I’ve been using AWS Elasticache with Redis OSS caches for a while and just tried to set up a new Elasticache instance using Valkey instead which AWS advertises as a drop-in replacement of Redis OSS.
I swapped the environment variable for WP_REDIS_HOST and started with WP_REDIS_DISABLED set to true to prevent site downtime if Valkey just didn’t work. After that update, the plugin settings page stated that Redis is Reachable. I enabled the object cache with the environment variable again and shortly after, got this error:
Error establishing a Redis connectionCROSSSLOT Keys in request don't hash to the same slot
Is there a setting I need to change for this to work?
You must be logged in to reply to this topic.