I'm working on migrating our existing on-prem redis to azure cache for redis. We have selected a basic tier plan.
I would like to restore the backup(dump.rdb) taken from our on-prem redis to azure redis. Tried several python SDKs but didn't work. Any suggestions would be much appreciated.
Thanks in advance.