Redis slow session start in Magento

When using Redis to store sessions, you may encounter the problem of sessions that start slowly and issues with reading these sessions. In this article we will look at the causes of these problems by examining the Cm_RedisSession module as an example.

See more