Skip to content

Commit 4e8f249

Browse files
authored
Merge pull request #185064 from shpathak-msft/shpathak/ChangeToRedisCLI
Change to using the term redis cli
2 parents a231d8a + 9790135 commit 4e8f249

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-cache-for-redis/cache-troubleshoot-connectivity.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ In this article, we provide troubleshooting help for connecting your client appl
2020
- [Kubernetes hosted applications](#kubernetes-hosted-applications)
2121
- [Linux-based client application](#linux-based-client-application)
2222
- [Continuous connectivity issues](#continuous-connectivity)
23-
- [Azure Cache for Redis CLI](#azure-cache-for-redis-cli)
24-
- [PSPING](#psping)
23+
- [Test connectivity using _redis-cli_](#test-connectivity-using-redis-cli)
24+
- [Test connectivity using PSPING](#test-connectivity-using-psping)
2525
- [Virtual network configuration](#virtual-network-configuration)
2626
- [Private endpoint configuration](#private-endpoint-configuration)
2727
- [Firewall rules](#third-party-firewall-or-external-proxy)
@@ -49,15 +49,15 @@ Using optimistic TCP settings in Linux might cause client applications to experi
4949

5050
## Continuous connectivity
5151

52-
If your application can't maintain a continuous connection to your Azure Cache for Redis, it's possible some configuration on the cache isn't set up correctly. The following sections offer suggestions on how to make sure your cache is configured correctly.
52+
If your application can't connect to your Azure Cache for Redis, it's possible some configuration on the cache isn't set up correctly. The following sections offer suggestions on how to make sure your cache is configured correctly.
5353

54-
### Azure Cache for Redis CLI
54+
### Test connectivity using _redis-cli_
5555

56-
Test connectivity using Azure Cache for Redis CLI. For more information on CLI, [Use the Redis command-line tool with Azure Cache for Redis](cache-how-to-redis-cli-tool.md).
56+
Test connectivity using _redis-cli_. For more information on CLI, [Use the Redis command-line tool with Azure Cache for Redis](cache-how-to-redis-cli-tool.md).
5757

58-
### PSPING
58+
### Test connectivity using PSPING
5959

60-
If Azure Cache for Redis CLI is unable to connect, you can test connectivity using `PSPING` in PowerShell.
60+
If _redis-cli_ is unable to connect, you can test connectivity using `PSPING` in PowerShell.
6161

6262
```azurepowershell-interactive
6363
psping -q <cache DNS endpoint>:<Port Number>

0 commit comments

Comments
 (0)