Skip to content

Commit 439447b

Browse files
committed
one
1 parent 95b6291 commit 439447b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-cache-for-redis/cache-management-faq.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sections:
4343
`redis-benchmark.exe -h <yourcache>.redis.cache.windows.net -a <yourAccesskey> -t GET -n 1000000 -d 1024 -P 50`
4444
4545
- question: |
46-
How can I enable server GC to get more throughput on the client when I use StackExchange.Redis?
46+
How can I enable server GC to get more throughput on the client when using StackExchange.Redis?
4747
answer: |
4848
Enabling server garbage collection (GC) can optimize the client and provide better performance and throughput when you use StackExchange.Redis. For more information on server GC and how to enable it, see the following articles:
4949
@@ -99,7 +99,9 @@ sections:
9999
- Use at least the default `connectTimeout` of 5 seconds. This interval gives StackExchange.Redis sufficient time to reestablish the connection if there's a network blip.
100100
- Be aware of the performance costs associated with different operations you run. For instance, the `KEYS` command is an O(n) operation and should be avoided. The [redis.io](https://redis.io/commands/) site has details about the time complexity of each operation it supports. Select each command to see the complexity for each operation.
101101
102-
### Important details about ThreadPool growth
102+
- question: |
103+
Important details about ThreadPool growth
104+
answer: |
103105
104106
The Common Language Runtime (CLR) ThreadPool has two types of threads, Worker and I/O Completion Port (IOCP).
105107

0 commit comments

Comments
 (0)