In an effort to transfer all my keys from database 1 to database 2 in Redis, I am executing the following command:
select 1
to switch to database 1
MIGRATE localhost 6380 "" 2 50000 AUTH my_password COPY KEYS
However, this results in a NOKEY
error.
Could someone please advise me on what may be causing this issue?