Memcached – How would Redis get to know if it has to return cached data or fresh data from DB
Say, I'm Fechting thousands or record using some long runing task from DB and caching it using Redis. Next day somebody have changed few records in DB. Next time how redis would know that it has to return cached data…