Skip to content
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

Closed
solisoft opened this issue Dec 19, 2014 · 4 comments
Closed

ERROR: redis not defined #4

solisoft opened this issue Dec 19, 2014 · 4 comments

Comments

@solisoft
Copy link

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 :

using Redis
client = redis()

What's wrong ?

@msainz
Copy link
Owner

msainz commented Dec 19, 2014

Redis.jl has not yet been added to the package system. Pkg.add("Redis") currently has no effect.
There is an open issue/enhancement about this: #2

In the meantime, my suggestion is that you clone the library in your ~/.julia such as:

cd ~/.julia/v0.3/
git clone [email protected]:msainz/Redis.jl
ls | grep -i redis
Redis.jl

After that, you may type using Redis in your julia scripts.

@msainz msainz closed this as completed Dec 19, 2014
@solisoft
Copy link
Author

To make it work :

cd ~/.julia/v0.3/
git clone https://github.com/msainz/Redis.jl.git
mv Redis.jl Redis

By the way, it's not possible to use it within Morsel.jl ... Any work around?

@msainz
Copy link
Owner

msainz commented Dec 20, 2014

I'll open an issue with respect to Morsel.jl. Thank you for your feedback.

@msainz
Copy link
Owner

msainz commented Dec 20, 2014

#5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants