<div dir="ltr"><div>I want to use redis as the storage for the cache instead of the filesystem. </div><div><br></div><div>I found a third-party module which seems to offer this: <a href="https://github.com/openresty/srcache-nginx-module#caching-with-redis">https://github.com/openresty/srcache-nginx-module#caching-with-redis</a>, is this the recommended solution? Hot requests should be served from memory, with redis as a fallback and use to populate the cache on startup.</div></div>