From 98127b69d168b476ffa9e3d7c33fa3d70e0ef5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Mon, 19 Sep 2016 09:57:43 -0700 Subject: [PATCH] Mention WP-CLI support in plugin description --- README.md | 2 +- includes/object-cache.php | 2 +- readme.txt | 4 ++-- redis-cache.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a913f15..2143e678 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Redis Object Cache for WordPress -A persistent object cache backend powered by Redis. Supports [Predis](https://github.com/nrk/predis/), [PhpRedis (PECL)](https://github.com/phpredis/phpredis), [HHVM](https://github.com/facebook/hhvm/tree/master/hphp/system/php/redis), replication and clustering. +A persistent object cache backend powered by Redis. Supports [Predis](https://github.com/nrk/predis/), [PhpRedis (PECL)](https://github.com/phpredis/phpredis), [HHVM](https://github.com/facebook/hhvm/tree/master/hphp/system/php/redis), replication, clustering and [WP-CLI](http://wp-cli.org/). Forked from Eric Mann's and Erick Hitter's [Redis Object Cache](https://github.com/ericmann/Redis-Object-Cache). diff --git a/includes/object-cache.php b/includes/object-cache.php index f5c843d0..791f3754 100644 --- a/includes/object-cache.php +++ b/includes/object-cache.php @@ -2,7 +2,7 @@ /* Plugin Name: Redis Object Cache Plugin URI: http://wordpress.org/plugins/redis-cache/ -Description: A persistent object cache backend powered by Redis. Supports HHVM's Redis extension, the PECL Redis Extension and the Predis library for PHP. +Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, HHVM, replication, clustering and WP-CLI. Version: 1.3.3 Author: Till Krüss Author URI: https://till.im/ diff --git a/readme.txt b/readme.txt index 91bfe8a2..d317b1d4 100644 --- a/readme.txt +++ b/readme.txt @@ -8,12 +8,12 @@ Stable tag: 1.3.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html -A persistent object cache backend powered by Redis. Supports Predis, PhpRedis (PECL), HHVM, replication and clustering. +A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, HHVM, replication, clustering and WP-CLI. == Description == -A persistent object cache backend powered by Redis. Supports [Predis](https://github.com/nrk/predis/), [PhpRedis (PECL)](https://github.com/phpredis/phpredis), [HHVM](https://github.com/facebook/hhvm/tree/master/hphp/system/php/redis), replication and clustering. +A persistent object cache backend powered by Redis. Supports [Predis](https://github.com/nrk/predis/), [PhpRedis (PECL)](https://github.com/phpredis/phpredis), [HHVM](https://github.com/facebook/hhvm/tree/master/hphp/system/php/redis), replication, clustering and [WP-CLI](http://wp-cli.org/). To adjust the connection parameters, prefix cache keys or configure replication/clustering, please see [Other Notes](http://wordpress.org/extend/plugins/redis-cache/other_notes/). diff --git a/redis-cache.php b/redis-cache.php index d140e60d..f615aeaf 100644 --- a/redis-cache.php +++ b/redis-cache.php @@ -2,7 +2,7 @@ /* Plugin Name: Redis Object Cache Plugin URI: https://wordpress.org/plugins/redis-cache/ -Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, HHVM, replication and clustering. +Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, HHVM, replication, clustering and WP-CLI. Version: 1.3.3 Text Domain: redis-cache Domain Path: /languages