1 - Redis Cache needs a separate prefix for each database. First, make sure that each site has a separate prefix.
2 - Do not use Redis to cache pages, only to cache objects. You get better results using the keycdn cache enabler for page caching than with redis.
3 - If you want to insist on using Redis as a page cache, never use it as an object cache at the same time.