Property | Type | Description | |
---|---|---|---|
$settings | default Redis settings |
Method | Description | |
---|---|---|
__construct ( array $settings = [] ) | Check and setup Redis server | |
destroy ( integer $id ) : boolean | void | Destroy a session | |
read ( string $id ) : boolean | string | Read session data | |
write ( string $id, string $data ) : boolean | void | Write session data |
public __construct ( array $settings = [] ) | ||
$settings | array |