Couldn’t map cluster keyspace using any provided seed
-
I’m using Amazon ElastiCache and I’m not able to connect to it. In my wp-config I configured as follows:
define( 'WP_REDIS_TIMEOUT', 1 ); define( 'WP_REDIS_READ_TIMEOUT', 1 ); define( 'WP_REDIS_DATABASE', "5" ); define( 'WP_REDIS_CLIENT', 'phpredis' ); define( 'WP_REDIS_CLUSTER', [ 'tcp://xxxxxxx.rhtapl.XXXXXXXX.com:6379?alias=node-01', 'tcp://xxxxxxx-ro.XXXXXXXX.com:6379?alias=node-02', ] );The following error happens:
Couldn’t map cluster keyspace using any provided seed (RedisClusterException)Redis Version: 5.0.5
Status: Not connected Client: PhpRedis (v5.3.4) Drop-in: Valid Disabled: No Ping: Connection Exception: Couldn't map cluster keyspace using any provided seed (RedisClusterException) Errors: [ "Couldn't map cluster keyspace using any provided seed" ] PhpRedis: 5.3.4 Relay: Not loaded Predis: Not loaded Credis: Not loaded PHP Version: 7.4.30 Plugin Version: 2.0.26 Redis Version: Unknown Multisite: No Metrics: Disabled Metrics recorded: null Filesystem: Working Global Prefix: "wp_" Blog Prefix: "wp_" WP_REDIS_CLIENT: "phpredis" WP_REDIS_CLUSTER: ["xxxxxxx.rhtapl.XXXXXXXX.com:6379?alias=node-01","tcp://xxxxxxx-ro.XXXXXXXX.com:6379?alias=node-02"] Global Groups: [ "blog-details", "blog-id-cache", "blog-lookup", "global-posts", "networks", "rss", "sites", "site-details", "site-lookup", "site-options", "site-transient", "users", "useremail", "userlogins", "usermeta", "user_meta", "userslugs", "redis-cache" ] Ignored Groups: [ "counts", "plugins", "themes", "blog-details", "blog-id-cache", "blog-lookup", "global-posts", "networks", "rss", "sites", "site-details", "site-lookup", "site-options", "site-transient", "users", "useremail", "userlogins", "usermeta", "user_meta", "userslugs", "redis-cache", "blog_meta" ] Unflushable Groups: [] Drop-ins: [ "advanced-cache.php v by ", "Redis Object Cache Drop-In v2.0.26 by Till Krüss" ]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Couldn’t map cluster keyspace using any provided seed’ is closed to new replies.