Redis External Caching in MT

How does redis external caching work in an MT environment?

Comments

  • Redis has a default of 16 databases addressed by 0 - 15. This can be changed to meet your needs in the redis.conf. The same Redis server can be used for all tenants; however, you will need to change the defaultDatabase = [db number]. A consideration for this is that the server will need higher specs if multiple tenant clusters are connected. Generally, in production we want 6-8 GB RAM and 2 CPU per tenant.

Sign In or Register to comment.