[NSFW] REDIS Plugin configuration with redis.io database
-
I have the following problem. I have registered a database on REDIS.IO and have the necessary information to connect the plugin to the database in REDIS.IO:
- Host
define( ‘WP_REDIS_HOST’, ‘redishost.redis-cloud.com’ ); - Port
define( ‘WP_REDIS_PORT’, 19xxx ); - Password
define( ‘WP_REDIS_PASSWORD’, ‘2IW5xxxxxxxxxxxxxxxxxxxxxxxxx’ );
(the showed login information is only as example) - I configure this information as follows and add it to the
wp-config.php
file in WordPress. I restart the “Redis Object Cache” plugin by deactivating and reactivating it. Then, I go to Settings > Redis, but it still displays the message “Redis is unreachable: Connection timed out [tcp://127.0.0.1:6379]” even though I have set the necessary configurations inwp-config.php
.
Could you please let me know what I might be doing wrong and how I can change the settings to connect the “Redis Object Cache” plugin to redis.io?
Thank you in advance for your attention and assistance.
Best regards,
Amex - Host
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.