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/oss_and_stack/management/replication/ automatically or would I need to make some additional changes.