I have a magento 1.9.2 with Redis cache server.
I have one issue that every time, I make changes, it does not invalidate the cache so to enforce changes I use redis-cli flushall every time which is not good because it takes days to recreate cache again.
My question is whether there is any tool that I can install to delete cache keys that are not up to date.