-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
ERROR: redis not defined #4
Comments
Redis.jl has not yet been added to the package system. In the meantime, my suggestion is that you clone the library in your
After that, you may type |
To make it work :
By the way, it's not possible to use it within Morsel.jl ... Any work around? |
I'll open an issue with respect to |
Hi, I'm playing with julia and Redis ... but I have this error
ERROR: redis not defined
I did install package using
Pkg.add("Redis")
Then I did :
What's wrong ?
The text was updated successfully, but these errors were encountered: