charcoal-dev / cache-redis-client
Redis Client for Charcoal Cache lib
Installs: 1 711
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.3
- charcoal-dev/base: ^0.2.0
- charcoal-dev/contracts-storage: ^0.1.3
- charcoal-dev/semaphore: ^0.2.7
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: