Jedis2.5.1编译时遇到的问题

在尝试编译Jedis2.5.1与Redis2.8.13时遇到配置错误,通过升级Redis到3.0解决了'cluster-enabled yes'问题,但后续测试中JedisClusterTest和JedisSentinelPoolTest出现失败。社区建议使用最新版本Jedis,最终成功编译了jedis-2.5.2-SNAPSHOT。总结指出使用Redis Cluster功能需使用Jedis至少2.5.2版本。
摘要由CSDN通过智能技术生成

Jedis是Redis的Java客户端,关于其详细介绍见:https://github.com/xetorthio/jedis

本来打算基于Redis2.8.13版本上编译Jedis2.5.1,但是执行“make package”时得到了下列错误:

*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 8
>>> 'cluster-enabled yes'
Bad directive or wrong number of arguments

看提示,应该是Redis2.8.13不支持cluster功能,所以替换为Redis3.0. 这次“make package”没有了上面的错误,但是又出现了新的错误:

Results :
Failed tests: 
  JedisClusterTest.testDiscoverNodesAutomatically:159->Assert.assertEquals:542->Assert.assertEquals:555->Assert.assertEquals:118->Assert.failNotEquals:743->Assert.fail:88 expected:<3> but was:<4>
Tests in error: 
  JedisSentinelPoolTest.ensureSafeTwiceFailover:43->forceFailover:150 » JedisConnection
Tests run: 364, Failures: 1, Errors: 1,

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值