Best practice for database and key
-
Hello everyone. I don’t have a technical problem, but I’d like to understand the best practices for setting up databases and keys.
As I understand it, I have 15 databases, and each database can manage different caches using keys.
I’m using Redis in my local development environment with several different websites, and I’m wondering how to achieve the best performance.
Should I assign each website its own database (0-15), or is it sufficient to use one database with different keys for each website?
If I get better performance when each site has its own database, I’d like to know if and how I can increase the number of databases. Fifteen wouldn’t be enough for me.
Thank you so much for taking the time to read and maybe answer my question.
You must be logged in to reply to this topic.