Expire all objects from a redis cache
Look at the keys, there is content in the cache: [admin@redis ~]$ redis-cli 127.0.0.1:6379> keys * (empty list or set) 127.0.0.1:6379> select 1 OK 127.0.0.1:6379[1]> keys * 1) "3d249bbe820535b87213da5a861cfcb7" 2) "d6b1628d4f49ff60eceb20b2c100c80e" 3)…