Commit 15ec0573 authored by Marc Gravell's avatar Marc Gravell Committed by GitHub

Merge pull request #669 from superyyrrzz/patch-1

fix markdown link syntax in doc
parents d8b327e0 5326197b
...@@ -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?
--------------- ---------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment