我的问题很清楚,我无法使用上述语句访问远程绝地服务器。这是代码的一些细节:
静态 JedisPool 池;私人绝地武士;
静态 { pool = new JedisPool(new JedisPoolConfig(), "ABCD"); // ABCD == 替换为 ip 地址 } jedis = pool.getResource();
但无法连接到远程redis服务器
我的问题很清楚,我无法使用上述语句访问远程绝地服务器。这是代码的一些细节:
静态 JedisPool 池;私人绝地武士;
静态 { pool = new JedisPool(new JedisPoolConfig(), "ABCD"); // ABCD == 替换为 ip 地址 } jedis = pool.getResource();
但无法连接到远程redis服务器