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

Connecting to redis.sock

$
0
0

Replies: 0

I have Redis installed and running, and it’s reachable at /home/[username]/.redis/redis.sock

The web host uses port 0 for Redis.

I set the port with define( ‘WP_REDIS_PORT’, 0 );

And I tried multiple things for the Redis host:

define( ‘WP_REDIS_HOST’, ‘localhost’ );

define( ‘WP_REDIS_HOST’, ‘[IP.ADD.RE.SS]’ ); (the server’s shared IP)

But I still get the message “Redis is unreachable: Connection refused” in the plugin. What do I need to do?


Viewing all articles
Browse latest Browse all 111

Trending Articles