赞
踩
public static void main(String[] args) {
JedisPoolConfig config = new JedisPoolConfig();
config.setMaxTotal(20);
config.setMaxIdle(10);
config.setMinIdle(5);
JedisPool jedisPool = new JedisPool(config,
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。