-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
34 lines (24 loc) · 1005 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
=== Plugin Name ===
Tags: redis, cache, wp-rocket
Tested up to: 5.2
Requires PHP: 7.0
Stable tag: 1.0.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Addon to WP Rocket that allows storage of cache files in Redis.
== Description ==
This plugin enables WP Rocket to store its generated cache files in the Redis database instead of the default filesystem storage.
It therefore requires a working Redis server.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/wpr-redis` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
1. Use the Settings -> WPR Redis screen to configure the plugin
== Changelog ==
= 1.0.2 =
* Fixed the cache retrieval override functions
* Fixed the expiry time method of the redis class as WP Rocket changed its API
= 1.0.1 =
* Allows for the translation of the plugin
* Added German translations
= 1.0.0 =
* initial release