$sessionName
$sessionName :
Redis based session storage handler based on the Redis class provided by the PHP redis extension.
__construct(\Redis|\RedisArray|\RedisCluster|\Predis\ClientInterface|\Symfony\Component\Cache\Traits\RedisProxy|\Symfony\Component\Cache\Traits\RedisClusterProxy $redis, array $options = array())
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
doWrite(\Symfony\Component\HttpFoundation\Session\Storage\Handler\string $sessionId, \Symfony\Component\HttpFoundation\Session\Storage\Handler\string $data) : boolean
| \Symfony\Component\HttpFoundation\Session\Storage\Handler\string | $sessionId | |
| \Symfony\Component\HttpFoundation\Session\Storage\Handler\string | $data |