What’s the best way to set up Redis in a cluster?

0
6
Asked By TechWiz42 On

I recently installed cnpg and am really impressed with the developer experience. I'm curious if there's something similar in quality for setting up Redis in a clustered environment.

5 Answers

Answered By DevDude88 On

In my opinion, sticking with KeyDB or Redis is the way to go. They have a strong community backing, and you’ll find it production-ready. Just make sure to create a specific node pool tailored for your cluster specifications—definitely worth it!

Answered By CloudGuru07 On

We use Dragonfly as a drop-in replacement for Redis, and it works great! Plus, it has a good operator that lets you define your instances via a custom resource.

Answered By HappyDev45 On

Our team recently switched from KeyDB to Dragonfly with the operator and haven't looked back. It just works flawlessly for our needs!

Answered By DeployMaster22 On

The Bitnami Helm chart with Redis Cluster mode is a decent option too. Perfect for Kubernetes deployments.

CuriousCat21 -

That sounds interesting! I’ll check it out.

Answered By CodeCrusader99 On

Check out the Redis Operator on GitHub; it seems to have the most activity right now. It’s a solid option for managing Redis in a cluster.

NerdyNomad73 -

I hear you, but have you considered trying Valkey? It offers similar functionality as Redis but is fully open source!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.