ubiquity icon indicating copy to clipboard operation
ubiquity copied to clipboard

[RFC] redis cache Support

Open w3yyb opened this issue 5 years ago • 2 comments

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.

w3yyb avatar Dec 09 '19 12:12 w3yyb

While waiting for a suitable Redis module, Ubiquity can be used with PhpFastCache, which offers a Redis driver.

jcheron avatar Dec 09 '19 18:12 jcheron

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?

UlasSAYGINIM avatar Feb 13 '20 21:02 UlasSAYGINIM