RedisHandler.php
system/Session/Handlers/RedisHandler.php
1 class
10 methods
class RedisHandler
Session handler using Redis for persistence
__construct
(SessionConfig $config, string $ipAddress)
setSavePath
()
open
($path, $name)
read
($id)
write
($id, $data)
close
()
destroy
($id)
gc
($max_lifetime)
lockSession
(string $sessionID)
releaseLock
()