a year ago
hey there, I wanted to ask about redis deployments, I'm wondering a couple things.
Is there a way to deploy a redis cluster within a pre-existing project (seems like I would need to create a new project and deploy it standalone)
If I unmount my volume and manually create replicas of the redis service, would it scale in the same way here: https://redis.io/docs/latest/operate/ossandstack/management/replication/ automatically or would I need to make some additional changes.
5 Replies
ah, actually I think I have q1 answered, I need to search in template first
a year ago
i'd think you'd need to configure the replica relationships manually as described in that redis docs page, but it should in theory work once thats done
a year ago
i'd make sure to connect the replicas over the private network