rhubarbgroup / redis-cache

A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
https://wordpress.org/plugins/redis-cache/
GNU General Public License v3.0
425 stars 148 forks source link

Tweak filesystem warning #513

Closed tillkruss closed 4 months ago

tillkruss commented 5 months ago

See #512.

312829076-b2cfdcc4-871c-42c4-beb1-c9e1844be0ed

I think we need some changes here.

  1. When DISALLOW_FILE_MODS is set, then show a grayed out message that says "Disabled"
  2. When the existing objectcache_check_filesystem is set, hide the row entirely
yatsukhnenko commented 5 months ago

@tillkruss Something like this?

image

tillkruss commented 5 months ago

That looks good!