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

`require': no such file to load -- redis (LoadError) #12

Open
nellaivijay opened this issue May 15, 2012 · 4 comments
Open

`require': no such file to load -- redis (LoadError) #12

nellaivijay opened this issue May 15, 2012 · 4 comments

Comments

@nellaivijay
Copy link

Hi,
Thanks for your effort
I am getting error message when I running the below commands in system, Please throw me light on the same.

vijayram@ubuntu:~/projects/recommendify/recommendify/doc$ ruby example.rb
example.rb:3:in `require': no such file to load -- redis (LoadError)
from example.rb:3

Thanks and Regards
Vijay

@chanil1218
Copy link

Do you install redis?
Recommendify gem is running on the redis backend to store and restore key and value pair.

@nellaivijay
Copy link
Author

Hi Chanil,
I have installed the Redis in my Ubuntu, Do we need to update environment
variables anywhere.

Thanks and Regards
Vijay

[email protected]

On Tue, May 15, 2012 at 2:34 AM, chanil.kim <
[email protected]

wrote:

Do you install redis?
Recommendify gem is running on the redis backend to store and restore key
and value pair.


Reply to this email directly or view it on GitHub:
#12 (comment)

@chanil1218
Copy link

Ah! You should install 'redis' gem either, as driver for ruby to interact with Redis.
Add -- gem 'redis' in Gemfile at your project and bundle install to install redis gem.
and try it again.

@jcuervo
Copy link

jcuervo commented Aug 18, 2012

Aside from redis, hiredis is also required.

gem 'redis'
gem 'hiredis'
gem 'recommendify'

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

3 participants