Archive for January, 2019

Redis timeouts when used for session storage

Was seeing a lot of timeout errors in our apps in Azure through app insights. A lot meaning more than 50 per hour. Not to mention sporadic down time. All the timeouts were trying to talk to our redis caches that we use as simple session storage. Timeout performing EVAL, inst: 1, mgr: Inactive, err: […]

Read More →