$sessionName
$sessionName
Redis based session storage handler based on the Redis class provided by the PHP redis extension.
$prefix : string
$ttl : int
__construct(\Redis|\RedisArray|\RedisCluster|\Predis\ClientInterface|\Symfony\Component\Cache\Traits\RedisProxy|\Symfony\Component\Cache\Traits\RedisClusterProxy $redis, array $options = []) : mixed
List of available options: * prefix: The prefix to use for the keys in order to avoid collision on the Redis server * ttl: The time to live in seconds.
\Redis|\RedisArray|\RedisCluster|\Predis\ClientInterface|\Symfony\Component\Cache\Traits\RedisProxy|\Symfony\Component\Cache\Traits\RedisClusterProxy | $redis | |
array | $options |
When unsupported client or options are passed