pantheon-systems / wp-redis

WordPress Object Cache using Redis.
https://wordpress.org/plugins/wp-redis/
GNU General Public License v2.0
226 stars 68 forks source link

[Feature Request] Easy Installation in WP Backend #304

Open michacassola opened 3 years ago

michacassola commented 3 years ago

Thanks for a great working object cache!

I do realize you use this for yourselves and have this in place for your hosting already, but for the rest of us it would really be great to have a simple backend button to create the symlink from the plugin folder to the wp-content folder. Could be in Settings or Tools, just a simple button anywhere would be a great help! And if not too much trouble a flush button would also be fabulous!

Thank you very much for considering!

danielbachhuber commented 3 years ago

This seems like a reasonable idea :) Thanks for suggesting it.

I've flagged it as an enhancement for consideration.

michacassola commented 3 years ago

Wow! Thanks for considering!

talway commented 3 years ago

Do you have a specific development plan for this? I really need this. Thank the developer in advance

danielbachhuber commented 3 years ago

Do you have a specific development plan for this?

If this is directed towards me, not at this point. Pull requests are always welcome.

I really need this.

If you have WP-CLI access, wp redis enable will create the symlink for you, and wp cache flush will flush the entire cache.