Skip to content

Commit e6a171c

Browse files
authored
Merge pull request #109153 from TimShererWithAquent/us1679050bc
Change SSL to TLS per 1679050
2 parents 82592d0 + e00c350 commit e6a171c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-cache-for-redis/cache-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Unfortunately, there's no easy answer. Each application needs to decide what op
6363
If you would like to test how your code works under error conditions, consider using the [Reboot feature](cache-administration.md#reboot). Rebooting allows you to see how connection blips affect your application.
6464

6565
## Performance testing
66-
* **Start by using `redis-benchmark.exe`** to get a feel for possible throughput/latency before writing your own perf tests. Redis-benchmark documentation can be [found here](https://redis.io/topics/benchmarks). Note that redis-benchmark doesn't support SSL, so you'll have to [enable the Non-SSL port through the Portal](cache-configure.md#access-ports) before you run the test. [A windows compatible version of redis-benchmark.exe can be found here](https://github.com/MSOpenTech/redis/releases)
66+
* **Start by using `redis-benchmark.exe`** to get a feel for possible throughput/latency before writing your own perf tests. Redis-benchmark documentation can be [found here](https://redis.io/topics/benchmarks). Note that redis-benchmark doesn't support TLS, so you'll have to [enable the Non-TLS port through the Portal](cache-configure.md#access-ports) before you run the test. [A windows compatible version of redis-benchmark.exe can be found here](https://github.com/MSOpenTech/redis/releases)
6767
* The client VM used for testing should be **in the same region** as your Redis cache instance.
6868
* **We recommend using Dv2 VM Series** for your client as they have better hardware and will give the best results.
6969
* Make sure the client VM you use has **at least as much compute and bandwidth* as the cache being tested.

0 commit comments

Comments
 (0)