• Resolved pixelsing

    (@pixelsing)


    Hi,

    I’m pulling out the last hairs I have left : on a same server, I’ve 2 websites using same theme & same php version. On the first one Redis Object Cache is working without problem & on the second one, it crashes each time I activate the object cache.

    I’ve spent several hours to find the cause (disabling wp rocket cache plugin and by also disabling plugins that were not absolutely necessary or trying to specify a prefix / another database for the plugin in wp-config, changing php version, …) without success.

    Below diagnostic datas :
    Status: Non activé
    Client:
    Drop-in: Not installed
    Disabled: No
    PhpRedis: 6.3.0
    Relay: Not loaded
    Predis: 2.4.0
    Credis: Not loaded
    PHP Version: 8.3.28
    Plugin Version: 2.7.0
    Redis Version: Unknown
    Multisite: No
    Metrics: Disabled
    Metrics recorded: 0
    Filesystem: Writable
    WP_REDIS_PLUGIN_PATH: “/var/www/clients/client0/web329/web/wp-content/plugins/redis-cache” Drop-ins: []

    Any help will be appreciate !

    TIA
    Francis

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pixelsing

    (@pixelsing)

    Error is :
    Error establishing a Redis connection

    read error on connection to 127.0.0.1:6379

    WordPress is unable to establish a connection to Redis. This means that the connection information in your wp-config.php file are incorrect, or that the Redis server is not reachable.

    • Is the correct Redis host and port set?
    • Is the Redis server running?
    Plugin Author Till Krüss

    (@tillkruess)

    make sure each site has their own Redis database. They can use the same server.

    did you confirm that Redis is up and running?

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.