LCcache on WordPress Multisite - security ?

#1
Did anyone tested LScache+Redis in Wordpress Multisite environment? I have a few doubts about security.

1. I wonder how the Redis database separation function is implemented - it is about securing that one of the WordPress instances from the Multisite cannot read the cache (Redis content/cache from the other subsite).

2. In the case of Redis on WordPress Multisite, uses only one Redis database for all subsites, or is it possible to use a separate Redis instances for each page (subsite)?

3. If only one Redis instance is used, is it possible to somehow limit the use of Redis capacity of RAM for specific subsites from the Multisite?
 
Last edited:
Top