9 Nov
2015
9 Nov
'15
5:58 p.m.
On Nov 9, 2015, at 5:44 PM, Michal Tomaszewski <Michal.Tomaszewski@cca.pl> wrote:
In fact I would like to use redis, which is much faster than SQL.
If you're caching, use the cache module. Don't use redis. It's just too hard to glue together the "cache random attributes" with databases. Alan DeKok.