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
Connect to the destination ElastiCache using redis_uri format and redis-cli
echo $REDIS_URL
redis://hXXXXXXX@127.0.0.1:6379
redis-cli -u ${REDIS_URL} INFO SERVER
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
# Server
redis_version:4.0.10
redis_git_sha1:0
redis_git_dirty:0
redis_build_id:0
redis_mode:standalone
os:Amazon ElastiCache
...
[!] Restore data to the the destination ElastiCache
Report
rump
and with AUTH to local rump fileredis_uri
format andredis-cli
Notes
I have seen #26 and I have downloaded
rump
1.0.0 from GitHub Release, but still facing the issueThe text was updated successfully, but these errors were encountered: