redis-cli -h <IP of MemoryStore Instance> --rdb dump.rdb
-
-
Save SikhNerd/cf261accc5560800ef8bb48496a5b2de to your computer and use it in GitHub Desktop.
Dump Redis rdb file from Google Cloud MemoryStore
rdb
command is available by installing rdb-tools
rdb --command protocol ~/dump.rdb | redis-cli -h <IP of MemoryStore Instance> -p <Port of MemoryStore Instance> --pipe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment