2020年11月4日

jedis scan实现keys功能

摘要: /** * key模糊查找 * * @param keys 要查找的key 例: aaa* ,aaa开头的所有key * @return 匹配到的key集合 */ public Set<String> keys(String keys) { TreeSet<String> set = new Tre 阅读全文

posted @ 2020-11-04 10:19 SunEn 阅读(347) 评论(0) 推荐(0) 编辑

导航