Can I have Redis database separate as per environment?
We want our production to have separate redis and staging to separate.
4 Replies
They should already be separate. Have you tried creating an additional environment?
Yes, I have but it shows same redis instance to me.
What do you mean? If you check the connection string, it'll be different.
Even the data should be different.
If you try adding data etc. They're just represented the same way as they're both Redis databases.
You are definitely right there, I didn't check connection strings I just check the main dashboard and got confused there. Thanks again!