I am using Nginx as my main webserver. I need to cache some special data, and I need the data from all requests to be stored in one cache and be retrieved from that cache. In each request, I will search the cache and if I found the data, I will make a response using that data, and if I didn't found, I will ask another server for the data.

Something like a database (and one of my solutions is to use a DBMS) I want to know if there is a good solution for caching such a data, in a way that it be able to response a lot of simultaneous request, as fast as possible.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.