xp-forge/redis-sessions

Redis Sessions

v2.1.0 2024-03-24 13:22 UTC

This package is auto-updated.

Last update: 2024-08-24 14:09:45 UTC


README

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

基于 Redis会话实现

示例

use web\session\{Sessions, InRedis};

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

要使用身份验证,将其作为连接字符串中的用户名传递,例如 redis://secret@localhost