// 监控中心负责删除过期脏数据
 private void clean(Jedis jedis) {
   RedisRegistryUtil.clean(jedis, root);
 }