• Resolved n1gh73lf

    (@n1gh73lf)


    Hi,

    Is it possible to add a configuration variable for the Server URL? Currently it is set to 127.0.0.1 and you can not change it. Currently I’m changing it in the configuration files themself. But I can’t activate automatic updates for this plugin since I always have to change 127.0.0.1 to my Redis server (docker container).

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    Yes. It’s documented in the README on how to change the host.

    Thread Starter n1gh73lf

    (@n1gh73lf)

    In the “object-cache.php” at line 623 the host is hard coded, which causes my website to go down every time there is an update to this plugin.

    ‘host’ => ‘127.0.0.1’.

    Can you please take a look? Also, can’t pass this variable via docker-compose, or do you have any idea?

    Plugin Author Till Krüss

    (@tillkruess)

    You can use WP_REDIS_HOST, as documented in the readme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.