Redis cluster connection to WP issue
-
Hi there, I have set up an AWS ElastiCache, Redis (cluster mode disabled) cluster, and I’m trying to connect it to WordPress usin this plugin.
My Security group are in the same VPS as my Lightsail instance security group.
In my WHM/cPanel under PHP PECL Module installers I have installed redis (5.3.2) module, but the plugin say’s:
‘The PhpRedis extension is not installed’
Is the redis (5.3.2) module not the PhpRedis extension requested here?
And the Diagnostics says connection refused:
Ping:
Connection Exception: Connection refused [tcp://127.0.0.1:6379] (Predis\Connection\ConnectionException)
Errors: [
“Connection refused [tcp:\/\/127.0.0.1:6379]”
]
PhpRedis: Not loaded
Predis: 1.1.6
Credis: Not loaded
PHP Version: 7.3.26
Plugin Version: 2.0.17
Redis Version: UnknownApparently there is a port issue.
I have read the documentation at AWS about endpoints.This explains how to find and copy endpoints, but not where they should be pasted into?Finding Connection Endpoints
https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Endpoints.html#Endpoints.Find.RedisClusterAny help to set up the connection between my AWS Redis cluster and WordPress will be much appreciated, thanks!
Regards
Carsten
- You must be logged in to reply to this topic.