/** * 删除指定前缀的key */ Set<String> keys = stringRedisTemplate.keys("bbs:*"); stringRedisTemplate.delete(keys);