February 2018
Intermediate to advanced
382 pages
11h 33m
English
When there are performance issues in Redis, for example, queries to Redis get timed out frequently, we may want to check why Redis is not able to serve a query request in a timely fashion. One possible reason is that there are some queries or operations that take a very long time to complete.
In this recipe, we will introduce how to use the Redis SLOWLOG feature to identify slow queries or operations.
Read now
Unlock full access