Re: Redis storage for cache

2019-12-29 Thread Ragnar Rova
; > Hi Ragnar, > > hope you're doing well. > > On Sat, Dec 28, 2019 at 10:58:06AM +0100, Ragnar Rova wrote: > > I want to use redis as the storage for the cache instead of the filesystem. > > > > I found a third-party module which seems to offer this: > >

Redis storage for cache

2019-12-28 Thread Ragnar Rova
I want to use redis as the storage for the cache instead of the filesystem. I found a third-party module which seems to offer this: https://github.com/openresty/srcache-nginx-module#caching-with-redis, is this the recommended solution? Hot requests should be served from memory, with redis as a fal