Commit 5326197b authored by Renze Yu's avatar Renze Yu Committed by GitHub

fix markdown link syntax in doc

parent d8b327e0
......@@ -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?
---------------
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?
---------------
......
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