Skip to content

Commit 0d3d987

Browse files
committed
touchup
1 parent f26ed5d commit 0d3d987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-cache-for-redis/cache-how-to-redis-cli-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following section describes how to get these values from the Azure portal.
5252

5353
You might also need to specify the following options for redis-cli:
5454

55-
- **Transport Layer Security (TLS)**: By default, Azure Redis instances use [TLS](cache-remove-tls-10-11.md) encryption for connections. If the cache uses TLS, you must enable TLS for redis-cli by using the `--tls` option.
55+
- **TLS**: By default, Azure Redis instances use [TLS](cache-remove-tls-10-11.md) encryption for connections. If the cache uses TLS, you must enable TLS for redis-cli by using the `--tls` option.
5656
- **Clustering**: If you have a Premium tier cache that uses clustering, or an Enterprise or Enterprise Flash tier cache that uses OSS cluster policy, add the `-c` option to ensure that all shards can be accessed.
5757

5858
### Run the redis-cli connection command

articles/azure-cache-for-redis/includes/redis-cache-access-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To connect to your Azure Redis cache, the cache client needs the cache host name
1010

1111
- Get the host name from the cache **Overview** page. The host name is of the form `<cachename>.redis.cache.windows.net`.
1212

13-
- Select the link next to **Ports** to get the ports. Enterprise and Enterprise Flash tier caches use port `10000`. Basic, Standard, and Premium tier caches use either port `6379` for non-TLS connections or port `6380` for TLS connections.
13+
- Select the link next to **Ports** to get the ports. Enterprise and Enterprise Flash tier caches use port `10000`. Basic, Standard, and Premium tier caches use either port `6380` for Transport Layer Security (TLS) connections or port `6379` for non-TLS connections.
1414

1515
- To get the access keys, select **Show access keys**.
1616

0 commit comments

Comments
 (0)