Check if multi-Redis instances exist
ryanmendoza
PROOP

a month ago

Project ID: af256a99-a135-4055-b214-d84fdb12d754

I am getting a message that a second instance of Redis exists in my production environment from the Railway Skill w/ Claude Code. There should only be one, and I'm not able to validate this with the railway cli myself. Can someone help me ensure there's only one instance and one associate volume?

1 Replies

You can link a service to your directory by running railway link -p (so that would be railway link af256a99-a135-4055-b214-d84fdb12d754 in your case).

Then when you run railway scale and you'll be able to see how many replicas your Redis instance has.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...