xetorthio/jedisque

Update to Jedis 2.8.x

thibaultmeyer opened this issue · 2 comments

Hi,

is it possible to upgrade Jedisque to use Jedis 2.8.x ?

Thanks

i could update to jedis 2.8.x..

i forked the project and run make test.. but got this exception:

jedisque|master ⇒ make test
make start
make[1]: Entering directory `/home/leonardo/Documents/Desenvolvimento/new_environment/jedisque'
echo "$DISQUE_CONF" | disque-server -
/bin/sh: 1: disque-server: not found
make[1]: *** [start] Error 127
make[1]: Leaving directory `/home/leonardo/Documents/Desenvolvimento/new_environment/jedisque'
make: *** [test] Error 2

i must install disque-server manually ? could be good add one target in make for install disque-server?

i don't update yet to jedis 2.8.x .. just first run the tests for after update..

Hi,

nice to read you. Yes i think you have to install Disque server on your computer to run test.