[QUESTION] Any way to make migrate work with TLS?

87 views
Skip to first unread message

Aniruddha Kulkarni

unread,
Oct 30, 2022, 11:25:35 AM10/30/22
to Redis DB
Hello

I have a requirement to migrate data from a source Redis instance with AUTH enabled to a target redis instance that has both AUTH and TLS (in-transit encryption) enabled? I do not see any option in the MIGRATE Command to specify TLS option when connecting to the target instance.

Regards
Ani

令照辉

unread,
Nov 5, 2022, 2:57:49 AM11/5/22
to redi...@googlegroups.com
You can see it in function connTypeOfCluster:

static ConnectionType *connTypeOfCluster() {
if (server.tls_cluster) {
return connectionTypeTls();
}

return connectionTypeTcp();
}

Aniruddha Kulkarni <aqui...@gmail.com> 于2022年10月30日周日 23:25写道:
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/e59432d7-5537-4261-810e-886951d0321bn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages