CodisLabs / jodis

A java client for codis based on Jedis and Curator
MIT License
218 stars 97 forks source link

Jodis 的jedis包 #11

Closed lirs72379 closed 8 years ago

lirs72379 commented 8 years ago

你好,Jodis里面的包用了jedis2.7.3版本的。。。这个版本的jedis的JedisPoolConfig没有了setMaxActive和setMaxWait等方法,这两个方法改成其他什么方法了么?不通过jodis去连接,直接通过jedis连接的话,配置要怎么弄呢?

yangzhe1991 commented 8 years ago

http://www.zyiqibook.com/article225.html 搜到一篇文章,不知道有没有帮助?

lirs72379 commented 8 years ago

你好,我在用Jodis的时候,报了下面这个错误。麻烦帮忙看下勒 java.lang.VerifyError: (class: com/wandoulabs/jodis/RoundRobinJedisPool, method: resetPools signature: ()V) Incompatible argument to function

Apache9 commented 8 years ago

这个错误一般是你的classpath下面有好几个jodis的jar吧?你检查一下?