ivanstojic / redis-session-php

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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...

About

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

License:MIT License


Languages

Language:PHP 100.0%