From eace751c5f8eea763a5b5e75e70e00b0acbeb49d Mon Sep 17 00:00:00 2001 From: Benjamin Adams <Armastevs@gmail.com> Date: Mon, 9 Sep 2013 14:44:13 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 63b868e..36ea8f7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ sudo apt-get install redis-server ``` On other systems please refer to the [Redis website](http://redis.io/). +You can install the pecl extension (faster) +``` +apt-get install php5-redis +``` +or use [Predis](https://github.com/nrk/predis) + Move the folder wp-redis-cache to the plugin directory and activate the plugin. In the admin section you can set how long you will cache the post for. By default it will cache the post for 12 hours. Note: This plugin is optional and is used to refresh the cache after you update a post/page -- GitLab