redis-dump icon indicating copy to clipboard operation
redis-dump copied to clipboard

`require': cannot load such file -- redis (LoadError)

Open Hinsteny opened this issue 1 year ago • 4 comments

I had use Redis-dump to dump remote Redis Server data, but i got this error image

Hinsteny avatar Oct 18 '24 02:10 Hinsteny

the same issue

Mrwb avatar Oct 23 '24 09:10 Mrwb

same issue here.

tommygood avatar Nov 17 '24 13:11 tommygood

gem install redis

MomentQYC avatar Dec 12 '24 08:12 MomentQYC

according to https://github.com/delano/redis-dump/blob/main/Gemfile gem install drydock oj redis uri-redis yajl-ruby . installed all needed packages. But new error persist /var/lib/gems/3.1.0/gems/redis-dump-0.6.1/lib/redis/dump.rb:23:in `class:Dump': uninitialized constant Yajl::Encoder (NameError)

ERROR was resolved by uninstalling yajl package. it should use yajl-ruby

polearnik avatar Feb 06 '25 08:02 polearnik