摘要:
public class RedisPoolFactory { private static HashMap poolFactory = new HashMap(); public static JedisPool getPool(String hostname, int port) { String key = hostname + port; if (!poolFa... 阅读全文
posted @ 2019-09-22 13:39
春江师兄
阅读(891)
评论(0)
推荐(0)

浙公网安备 33010602011771号