debasishg / scala-redis-nb

Implementation of a non blocking Redis client in Scala using Akka IO
204 stars 38 forks source link

Add Travis CI before_script for install Redis 2.8.9 #83

Closed zaneli closed 10 years ago

zaneli commented 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