desbouis / nginx-redis-proxy

Nginx as reverse proxy using redis as cache engine
105 stars 29 forks source link

Pre-fetching #7

Open desbouis opened 12 years ago

desbouis commented 12 years ago

It will be nice to implement pre-fetching : when a client requests a cached object that is near to be stale in redis, nginx serves the cache and simultaneously sends the request to the backend to refresh the cached object.

villanus commented 10 years ago

+1