• Resolved Tom

    (@tom-van-m)


    Hello team,

    On client websites I use the code snippet in wp-config to prevend updating and installing

    define( ‘DISALLOW_FILE_EDIT’, true ); // theme, plugin
    define( ‘DISALLOW_FILE_MODS’, true ); // core, plugin

    With this code your plugin isn’t able to connect to the Redis folder on the server.
    Is there a way to use this (or other) code and have the Redis plugin working?

    Thanks sofar!

    Best regards,
    Tom

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

    (@tillkruess)

    Hey!

    Redis Object Cache will respect the DISALLOW_FILE_MODS constant and not install or update the object-cache.php drop-in.

    You can still use WP CLI to enable the drop-in: wp redis enable

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