摘要: 三种连接Redis的方法 方法一:单机连接池连接 JedisPoolConfig jedisPoolConfig=new JedisPoolConfig(); JedisPool jedisPool=new JedisPool(jedisPoolConfig,"host","port",2000," 阅读全文
posted @ 2020-05-29 10:19 hjy1995 阅读(217) 评论(0) 推荐(0) 编辑