When using Redis for sessions, it will show up in the cache hit/miss ratio. If there are many single visitors or bots, it will report a lot of cache misses which will make the cache module not very useful for regular caching statistics.
We should not include session related informations as they can make the entire cache statistics useless
When using Redis for sessions, it will show up in the cache hit/miss ratio. If there are many single visitors or bots, it will report a lot of cache misses which will make the cache module not very useful for regular caching statistics.
We should not include session related informations as they can make the entire cache statistics useless