mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-05-30 19:33:32 +00:00
more cs
This commit is contained in:
parent
382f75dbfc
commit
12f2f729c8
8 changed files with 8 additions and 8 deletions
lib/Cake/Cache/Engine
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue