Redis replication services
johnathanchiu
HOBBYOP

a year ago

hey there, I wanted to ask about redis deployments, I'm wondering a couple things.

  1. 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)

  2. 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

johnathanchiu
HOBBYOP

a year ago

7549ae2c-c395-46a8-8d85-004dff9772c5


johnathanchiu
HOBBYOP

a year ago

ah, actually I think I have q1 answered, I need to search in template first


erisa
HOBBY

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


erisa
HOBBY

a year ago

i'd make sure to connect the replicas over the private network


johnathanchiu
HOBBYOP

a year ago

thanks, will try this out


Loading...