Apparently it does work. The Redis cache keys are not actually removed as such. It works by setting their expiry to the current date/time. This way they will be refreshed the next time they are hit. I guess a kind of lazy expiration approach.