From 4342a7888e179e18d2b08375fab5e583ac620c0f Mon Sep 17 00:00:00 2001 From: marsuboss Date: Fri, 17 Jan 2014 16:00:19 +0100 Subject: [PATCH] Fix typo version https://github.com/yiisoft/yii2/blob/master/extensions/redis/Cache.php#L16 --- docs/guide/caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/caching.md b/docs/guide/caching.md index ba38c0394f..819ce1c030 100644 --- a/docs/guide/caching.md +++ b/docs/guide/caching.md @@ -62,7 +62,7 @@ is a summary of the available cache components: balancers, etc.) * [[\yii\caching\RedisCache]]: implements a cache component based on [Redis](http://redis.io/) key-value store - (redis version 2.6 or higher is required). + (redis version 2.6.12 or higher is required). * [[\yii\caching\WinCache]]: uses PHP [WinCache](http://iis.net/downloads/microsoft/wincache-extension) ([see also](http://php.net/manual/en/book.wincache.php)) extension.