This commit is contained in:
euromark 2013-09-17 14:53:07 +02:00
parent 382f75dbfc
commit 12f2f729c8
8 changed files with 8 additions and 8 deletions
lib/Cake/Cache/Engine

View file

@ -39,7 +39,7 @@ class RedisEngine extends CacheEngine {
* - server = string URL or ip to the Redis server host
* - port = integer port number to the Redis server (default: 6379)
* - timeout = float timeout in seconds (default: 0)
* - persistent = bool Connects to the Redis server with a persistent connection (default: true)
* - persistent = boolean Connects to the Redis server with a persistent connection (default: true)
*
* @var array
*/