I'm using Nginx with HttpUwsgiModule and i want to perform caching. I know that there is a uwsgi_cache which can be used to cache pages on the local file system. But i want to use Redis to cache pages on memory.
I took a look at HttpRedis and HttpSRCacheModule but i can't figure out how to use these altogether. maybe that's just because i'm new to Nginx.
I would appreciate if anyone could give a detailed configuration example.