prezto/redis-session-handler

A pure Php Redis session handler

0.1 2016-05-19 16:49 UTC

This package is not auto-updated.

Last update: 2024-04-23 20:35:39 UTC


README

A pure Php Redis session handler. no extensions needed. It implements the SessionHandlerInterface.

Usage

Call init with host, port and password. It will register and start the session by itself.

\Prezto\RedisSessionHandler::init('10.241.25.226', '6379', 'aslkjkrnflawekrmgfslerm');