bentools/psr6-redis-adapter

Provides a basic PSR-6 implementation for Redis.

v1.0 2016-07-08 13:30 UTC

This package is auto-updated.

Last update: 2024-04-14 23:19:57 UTC


README

Provides a basic PSR-6 implementation for Redis.

Warning: this repository is no longer maintained. Read below.

The Symfony Core team has developped a lot of great PSR-6 implementations, including Redis, that can work with the Redis extension and Predis as well.

Besides, I developped an override of this Symfony's Redis Adapter, which can also retrieve the original expiration time of an already cached item.

If you need this, have a look at Redis PSR-6 TTLAware Adapter