redis-dump
redis-dump copied to clipboard
Backup and restore your Redis data to and from JSON.
Just running `redis-dump` generates this error for me: ``` /home/vagrant/.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/uri-redis-0.4.2/lib/uri/redis.rb:93:in `': uninitialized class variable @@schemes in URI (NameError) Did you mean? scheme_list from /home/vagrant/.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/uri-redis-0.4.2/lib/uri/redis.rb:4:in `' from :85:in `require' from :85:in...
hi, when I execute the command `cat [*.json] | redis-load -u [host]/[db_index] -a [passwd]`, "sadd" seems problematic. See details from the image below I'm new to ruby, can you help...
Related to #33 and https://github.com/delano/uri-redis/pull/4.
I dump database 5 from server and I want to import to database 3 but command `` cat db5.json | ./redis-load -d 3 `` not work. I need to replace...
when use redis-dump, something went wrong. os:windows the error value is \x03\x01000AAABfgSYbkk+7S9B94lIjJDrTQhJDSW\xB9,when export a json file ,is \u0003\u0001000AAABfgSYblkDQSRDVLxJv7DxWrXA3B+? .so it is wrong when load. ERROR (Yajl::ParseError): lexical error: invalid char...
A.k.a. Secured Redis Protocol
When I dump a 10,000,000 keys redis instance into a json, I got a "Connection timed out". I wonder the issue may caused by command "keys", would it be some...
My redis is a cluster env, include 6 nodes, When I execute: redis-dump -u 127.0.0.1:7000 > db_7000_full.json at 7000 node, output log: CROSSSLOT Keys in request don't hash to the...
1. I have renamed the redis keys command, but redis-dump seems to only use the keys command. Is there a solution? 2, the second requirement is that I only want...
`redis-dump` overloads the `chunk` method of `Enumerable` class from Ruby core ([this one](http://ruby-doc.org/core-2.4.5/Enumerable.html#method-i-chunk)).