chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.03k stars 65 forks source link

Redis Version and TLS Possibilities ?? #811

Open mhwest13 opened 2 years ago

mhwest13 commented 2 years ago

I had a quick question about the Redis integration for Self-Hosted setups. While I'll admit, I'm not 100% familiar with this product, I'm curious if the Redis version is really something I need to restrict to version 5.x?

Secondly, if this will run on v6.x of Redis, does the Kodiak support TLS / password authentication to the Redis cluster?

Any help or guidance you can give would be appreciated.

Cheers

chdsbd commented 2 years ago

Hey @mhwest13,

I haven't tested Kodiak with Redis v6, so I'm not sure if it will work. Let me know if it works for you. I'm open to accepting any PRs needed to support Redis v6.

We support rediss://, which I think is TLS, but I'm not sure that's the same as Redis v6 TLS

mhwest13 commented 2 years ago

Hey, just wanted to loop around with you and let you know that Kodiak seems to work find on Redis v6, I have yet to try implementing TLS+auth, since I wanted to be sure there wasn't a compounding issue perhaps. But we have successfully migrated our kodiak from a v5.0.6 redis cluster to a v6.2.6

Cheers