pool = new JedisPool(新的JedisPoolConfig(),IPADDRESS)无效

时间:2014-03-05 18:51:15

标签: redis connection-pooling remote-access remote-server jedis

我的问题很明确,我无法使用上述语句访问远程jedis服务器。这里有一些细节:

静态JedisPool池; 私人Jedis jedis;

static {     pool = new JedisPool(new JedisPoolConfig(),“A.B.C.D”); // A.B.C.D ==用ip地址替换 } jedis = pool.getResource();

但无法连接到远程redis服务器

0 个答案:

没有答案