ubiquity
ubiquity copied to clipboard
[RFC] redis cache Support
Summary
use redis as a cache drive
Motivation
Better performance, more data types than memcached
Compatibility with Ubiquity's philosophy
Indicate compatibility or improvements in:
- improve performances
- ease of use
Expected results
user can use redis as a cache drive , or as a queue provider.
Additional context
Add any other context or screenshots about the feature request here.
While waiting for a suitable Redis module, Ubiquity can be used with PhpFastCache, which offers a Redis driver.
how we can use redis as automated cache by our framework? which parts of web data mostly we need to be served more performance? how models can be used with redis?