All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.hdy.common.redis.RedisClient Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
//package com.github.hdy.common.redis;
//
//import redis.clients.jedis.Jedis;
//
//import java.util.HashMap;
//import java.util.Map;
//import java.util.Set;
//
//public class RedisClient {
//    public static Map REDIS_MAP = new HashMap();
//
//    public static Set keys(SourceType serviceName, String pattern) {
//        Jedis jedis = REDIS_MAP.get(serviceName.name);
//        Set set = jedis.keys(pattern);
//        jedis.close();
//        return set;
//    }
//
//}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy