Monday, 10 April 2017

Ignore Redis Cache key

I am using redis in node.js application. On first request i get data from database and save content in Redis cache. Sample keys list

Keys

I want to ignore cache against key 2000 and get content form database against each request. I do not want to change code like add ignore in application code. Want to know about server side configuration. Is it possible? How can i achieve this?



via Muhammad Usman

No comments:

Post a Comment