Migrate command(https://redis.io/commands/migrate) does't have option to add sentinel

Comment From: hwware

@fantin2008 hello, Sentinel is used as a "special" mode of Redis, it was used for monitoring masters and replicas and doing automatic failover if master is down. therefore the migrate command was not supported for sentinel mode. thanks!

Comment From: oranagra

I don't understand the request. MIGRATE is designed to move keys between cluster nodes on resharding, and also move keys between independent non-cluster redis instances (could be used even if the non-clustered instance is monitored by sentinel).

@fantin2008 maybe you should better describe your use case.

Comment From: oranagra

@fantin2008 please feel free to re-open or respond to add more info.