Quantcast
Channel: WordPress.org Forums » [Redis Object Cache] Support
Viewing all articles
Browse latest Browse all 110

[NSFW] REDIS Plugin configuration with redis.io database

$
0
0

Replies: 0

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 in wp-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


Viewing all articles
Browse latest Browse all 110

Trending Articles