bentools / psr6-redis-adapter
Provides a basic PSR-6 implementation for Redis.
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/bentools/psr6-redis-adapter
This package is auto-updated.
Last update: 2025-09-15 02:27:11 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