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...
You'll need:
- PHP >= 5.3.0
- Predis
... TBC...
Pure PHP session handler that stores partially unpacked data in Redis (via Predis)
PHPMIT
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...
You'll need:
... TBC...