Skip to content

Kirby 5.0.4

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)

Parent class

Kirby\Cache\RedisCache