__construct()
_validate_config()
destroy()
_read_redis()
_write_redis()
init()
read()
write()
$_defaults
$redis
__construct($config)
_validate_config(array $config) : array
array
array with configuration values
array
validated and consolidated configdestroy() : \Session_Redis
\Session_Redis
_read_redis($session_id) : \Fuel\Core\mixed,
\Fuel\Core\mixed,
the payload if the file exists, or false if not_write_redis($session_id, $payload) : \Fuel\Core\boolean,
\Fuel\Core\boolean,
true if it was an existing session, false if notinit() : void
read(bool $force) : \Session_Driver
bool
set to true if we want to force a new session to be created
\FuelException |
---|
\Session_Driver
write() : \Session_Redis
\Session_Redis
$_defaults
$redis