Skip to content

Latest commit

 

History

History
executable file
·
22 lines (16 loc) · 1.19 KB

README.md

File metadata and controls

executable file
·
22 lines (16 loc) · 1.19 KB

Redis Sessions

Build status on GitHub XP Framework Module BSD Licence Requires PHP 7.0+ Supports PHP 8.0+ Latest Stable Version

Redis-based sessions implementation.

Example

use web\session\{Sessions, InRedis};

$inject->bind(Sessions::class, new InRedis('redis://localhost'));

To use authentication, pass it as username in the connection string, e.g. redis://secret@localhost.