redis-dump
redis-dump copied to clipboard
`require': cannot load such file -- redis (LoadError)
I had use Redis-dump to dump remote Redis Server data, but i got this error
the same issue
same issue here.
gem install redis
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