rtCamp / nginx-helper

Nginx Helper for WordPress caching, permalinks & efficient file handling in multisite
https://wordpress.org/plugins/nginx-helper/
224 stars 117 forks source link

Feature Request: add unix socket config for Redis cache #325

Open DeeKey opened 4 months ago

DeeKey commented 4 months ago

Currently it is not possible to configure nginx-helper to run Redis via unix sockets which is faster method. Would be nice to have an ability to have it.

gridpane commented 6 days ago

Forked and working on this

gridpane commented 5 days ago

I have a working version here:

https://github.com/gridpane/nginx-helper

Can set the redis socket via admin

Screenshot 2024-06-29 at 22 26 10

Or via constants

Screenshot 2024-06-29 at 22 23 45

Also covered configuring database, and ACLs... will create another issue for this...

Am completing testing for our platform and will create a PR back to master....

gridpane commented 5 days ago

https://github.com/rtCamp/nginx-helper/pull/344