/redis-session-php

Pure PHP session handler that stores partially unpacked data in Redis (via Predis)

Primary LanguagePHPMIT LicenseMIT

REDIS-SESSION-PHP

Introduction

This is a pure PHP session save handler which stores data into Redis.

It is also able to unpack values of your choosing into standalone keys in Redis. More on this below...

Requirements

You'll need:

... TBC...