new RedisCache()
Sets all parameters which are needed to connect to Redis
new RedisCache(array $options = [ ])
Parameters
Name | Type | Default | Description |
---|---|---|---|
$options | array |
[ ]
|
'host' (default: 127.0.0.1) 'port' (default: 6379) |