• Resolved idee

    (@idee)


    Hey Till,

    after moving our multisite to a new Server, we cant get the Redis Plugin to work again.
    Redis runs on Unix socket /run/redis_spiegx/redis.sock

    in wp-config I have:
    define( ‘WP_REDIS_PATH’, ‘/run/redis_spiegx/redis.sock’ ); // Path to your Redis Unix socket

    Plugin stillgives:
    Connection refused [tcp://127.0.0.1:6379]

    Redis is up and running:
    redis-cli -s /run/redis_spiegx/redis.sock
    Ping
    => PONG

    Do I miss something here in my config?

    Thanks for hlep,

    Frank

Viewing 1 replies (of 1 total)
  • Thread Starter idee

    (@idee)

    sorry, found the answer:

    define( ‘WP_REDIS_SCHEME’, ‘unix’ );
    define( ‘WP_REDIS_PATH’, ‘/run/redis_spiegx/redis.sock’ ); // Path to your Redis Unix socket


Viewing 1 replies (of 1 total)

The topic ‘WP_REDIS_PATH not working in wp-config’ is closed to new replies.