RedisGraph Export and Import database

Hi Team,

How can we export the redis graph database in one instance and import the same in another instance ?

Thanks for the help in advance.

Thanks,

Banu

please checkout this https://hub.helm.sh/charts/stable/redis-ha/3.3.0
using redis cluster it is possible we are doing same on production.

and using sentinel redis you can connect master and slave.

You could call SAVE and then copy the rdb into the other instance and start the other instace.