bentools / psr6-redis-adapter
Provides a basic PSR-6 implementation for Redis.
This package is auto-updated.
Last update: 2024-10-15 00:32:03 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