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
Percy
Percy17mo ago
Project ID: N/A
Percy
Percy17mo ago
⚠️ experimental feature
Faruq Alli-Balogun
N/A
Brody
Brody17mo ago
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
Faruq Alli-Balogun
I'm glad it's the works tho. ✨