deploy standalone redis to specific region
ectsang
PROOP

10 months ago

It seems like the only option available when I create a new redis db is in Singapore (Metal). Am I able to specify another one? Thanks.

14 Replies

ectsang
PROOP

10 months ago

09f54640-fca8-4b82-925a-f17b41402fea


dev
MODERATOR

10 months ago

Can you check if you have the Metal Volumes [feature flag]() enabled?


ectsang
PROOP

10 months ago

Yes it's enabled


ectsang
PROOP

10 months ago

I see this

1361227277064475000


ectsang
PROOP

10 months ago

now i see this

1361227775218024400


brody
EMPLOYEE

10 months ago

Hello, it is not enabled.


ectsang
PROOP

10 months ago

@Brody how do i connect over the public network from my local redis-cli ? I'm not able to do so currently


ectsang
PROOP

10 months ago

Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
Could not connect to Redis at :0: Can't assign requested address


ectsang
PROOP

10 months ago

Thanks i enabled just now


ectsang
PROOP

10 months ago

I used:
redis-cli -u redis://default:PASSWORD@PROJECT_[NAME.up.railway.app:6379](NAME.up.railway.app:6379)

Is this not correct?

It seems to just hang and never connect


ectsang
PROOP

10 months ago

If i try a TCP proxy, i get

1362304303192084500


ectsang
PROOP

10 months ago

@Percy in case you know why?


ectsang
PROOP

10 months ago

Even if i use the railway cli i cant connect

1362309669564977200


ectsang
PROOP

10 months ago

Deploy Logs:

1:M 17 Apr 2025 04:59:28.449 * RDB age 14 seconds

1:M 17 Apr 2025 04:59:28.449 * RDB memory usage when created 0.92 Mb

1:M 17 Apr 2025 04:59:28.449 * Done loading RDB, keys loaded: 9, keys expired: 0.

1:M 17 Apr 2025 04:59:28.449 * DB loaded from disk: 0.001 seconds

1:M 17 Apr 2025 04:59:28.449 * Ready to accept connections tcp


Loading...