This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #set connection data accordingly | |
| #Will only work for redis > 5.0 | |
| #Easiest way | |
| #if it doesnt work , then try with target_db=0 for both | |
| #Also always use -c after redis-cli . Or else the redirection wont work and it will throw (error) Move | |
| #There are multiple ways of doing it. One is via MIGRATE command , 2nd is via DUMP and RESTORE command. | |
| source_host=localhost | |
| source_port=6379 |
OlderNewer