Closed zaneli closed 10 years ago
Travis CI Environment, Redis version is 2.8.2 or 2.6.x. ZLEXCOUNT command is available since 2.8.9. So, SortedSetOperationsSpec has been failed after this change.
The future returned an exception of type: com.redis.protocol.package$RedisError, with message: ERR unknown command 'ZLEXCOUNT'. (SortedSetOperationsSpec.scala:240)
Now, we have to install Redis 2.8.9 before build at Travis CI.
I have confirmed the build success at my repository. https://travis-ci.org/zaneli/scala-redis-nb/builds/24392720
Travis CI Environment, Redis version is 2.8.2 or 2.6.x. ZLEXCOUNT command is available since 2.8.9. So, SortedSetOperationsSpec has been failed after this change.
Now, we have to install Redis 2.8.9 before build at Travis CI.
I have confirmed the build success at my repository. https://travis-ci.org/zaneli/scala-redis-nb/builds/24392720