From dd9a3675a615b912d10f69556103f39f94e57309 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 2 May 2013 00:01:04 +0200 Subject: [PATCH] redis cache php doc grammar fix --- framework/caching/RedisCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/caching/RedisCache.php b/framework/caching/RedisCache.php index 7651bde739..e988c2dcef 100644 --- a/framework/caching/RedisCache.php +++ b/framework/caching/RedisCache.php @@ -21,7 +21,7 @@ use yii\db\redis\Connection; * authenticate with the server after connect. * * See [[Cache]] manual for common cache operations that RedisCache supports. - * Different from the description in [[Cache]], RedisCache allows the expire parameter of + * Unlike the [[CCache]], RedisCache allows the expire parameter of * [[set]] and [[add]] to be a floating point number, so you may specify the time in milliseconds. * * To use RedisCache as the cache application component, configure the application as follows,