WP Manifestindependent plugin directory
manifest / performance / wpr-redis

WP Rocket Redis

Addon to WP Rocket that allows storage of cache files in Redis.

by naxvog <naxvog@users.noreply.github.com> · github.com/naxvog/wpr-redis · website

13stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/naxvog/wpr-redis/archive/refs/heads/master.zip

From the readme

WPR-Redis This plugin enables WP Rocket to store its generated cache files in the Redis database instead of the default filesystem storage. Requirements ## WP Rocket WordPress Plugin (tested up to v3.5.5.1) Redis Server PHP 7+ Constant Configuration ## You may use the following constants to configure the plugin. All constants will take preference over the defined settings if there are any. WPRREDISSCHEME Needs to be set to unix to use a unix socket to connect. WPRREDISHOST For TCP connections this will be the IP or hostname of the server. If you are using a socket connection this will be the socket path. Default: localhost WPRREDISPORT Port to connect to the server using TCP. Default 6379 WPRREDISDB The Database to be used. Default 0 WPRREDISPWD Redis server password if needed. WPRREDISSALT If set all stored keys will be prefixed by this salt. To further differentiate all keys will pre prefixed by their respective database table prefix as well. Known Issues ## Connection to any kind of Redis cluster is currently not supported If you are using nginx and if you can alter its configuration the Rocket-Nginx configuration seems to be faster than this (tested using a NVME

Read the full README on GitHub →

Releases

TagPublished
v1.0.2 Dec 3, 2019
v1.0.0 Aug 12, 2019
v1.0.1 Aug 12, 2019

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.