From 56e00f98339a3365754bc0d51883bf2db6de1023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Mon, 19 Sep 2016 09:58:24 -0700 Subject: [PATCH] Added link to redis quickstart --- README.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2143e678..74f2ab5f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Forked from Eric Mann's and Erick Hitter's [Redis Object Cache](https://github.c For detailed installation instructions, please read the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins). -1. Make sure Redis in installed and running. +1. Make sure [Redis in installed and running](http://redis.io/topics/quickstart). 2. Install and activate plugin. 3. Enable the object cache under _Settings -> Redis_. 4. If necessary, adjust [connection parameters](http://wordpress.org/extend/plugins/redis-cache/other_notes/). diff --git a/readme.txt b/readme.txt index d317b1d4..78867465 100644 --- a/readme.txt +++ b/readme.txt @@ -24,7 +24,7 @@ Forked from Eric Mann's and Erick Hitter's [Redis Object Cache](https://github.c For detailed installation instructions, please read the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins). -1. Make sure Redis in installed and running. +1. Make sure [Redis in installed and running](http://redis.io/topics/quickstart). 2. Install and activate plugin. 3. Enable the object cache under _Settings -> Redis_. 4. If necessary, adjust [connection parameters](http://wordpress.org/extend/plugins/redis-cache/other_notes/).