charcoal-dev / cache-redis-client
Redis Client for Charcoal Cache lib
Package info
github.com/charcoal-dev/cache-redis-client
pkg:composer/charcoal-dev/cache-redis-client
0.2.8
2026-02-26 01:25 UTC
Requires
- php: ^8.3
- charcoal-dev/base: ^0.2.6
- charcoal-dev/contracts-storage: ^0.1.4
- charcoal-dev/semaphore: ^0.2.9
Suggests
- ext-redis: For the high-performance Redis adapter
README
This library integrates a Redis Client as a caching driver for the Cache library. Redis is an in-memory data structure store, renowned for its speed and efficiency, often employed as a caching mechanism in scalable applications.
For detailed information, guidance, and setup instructions regarding this library, please refer to our official documentation website: