@@ -5,7 +5,7 @@ Similarly, verify you are not getting CPU bound on client or on the server box w
...
@@ -5,7 +5,7 @@ Similarly, verify you are not getting CPU bound on client or on the server box w
Are there commands taking long time to process on the redis-server?
Are there commands taking long time to process on the redis-server?
---------------
---------------
There can be commands that are taking long time to process on the redis-server causing the request to timeout. Few examples of long running commands are mget with large number of keys, keys * or poorly written lua script. You can run the SlowLog command to see if there are requests taking longer than expected. More details regarding the command can be found [here](https://redis.io/commands/slowlog)
There can be commands that are taking long time to process on the redis-server causing the request to timeout. Few examples of long running commands are mget with large number of keys, keys * or poorly written lua script. You can run the SlowLog command to see if there are requests taking longer than expected. More details regarding the command can be found [here](https://redis.io/commands/slowlog)
Was there a big request preceding several small requests to the Redis that timed out?
Was there a big request preceding several small requests to the Redis that timed out?