How can I get two instance of Redis for an app
In my application, We are using different redis databases to manage cache and queue.
At the moment, I'm only able to create one redis instance but I need multiple.
How can I achieve this?
5 Replies
Project ID:
N/A
⚠️ experimental feature
N/A
unfortunately you cant create two of the same databases in the same project
https://feedback.railway.app/feature-requests/p/multiple-databases-per-project
current work around is to create a separate project for your second database
I'm glad it's the works tho. ✨