洁净香水

文章
5
资源
0
加入时间
2年10月17天

redis集群下实现scan命令

/** * redis模糊查询 * @param matchKey * @return */public List<String> getRedisKeys(String matchKey) { List<String> list = new ArrayList<>(); RedisClusterConnection redisClusterConnection = redisTemplate.get