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
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 in file "db":5, to "db":3, for successfully import.
It needed to fix on use -d 3 to ignore database in file
The text was updated successfully, but these errors were encountered:
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 in file
"db":5,
to"db":3,
for successfully import.It needed to fix on use -d 3 to ignore database in file
The text was updated successfully, but these errors were encountered: