We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
is it possible to upgrade Jedisque to use Jedis 2.8.x ?
Thanks
The text was updated successfully, but these errors were encountered:
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..
Sorry, something went wrong.
nice to read you. Yes i think you have to install Disque server on your computer to run test.
No branches or pull requests
Hi,
is it possible to upgrade Jedisque to use Jedis 2.8.x ?
Thanks
The text was updated successfully, but these errors were encountered: