You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: