You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,15 +49,15 @@ Using optimistic TCP settings in Linux might cause client applications to experi
49
49
50
50
## Continuous connectivity
51
51
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.
53
53
54
-
### Azure Cache for Redis CLI
54
+
### Test connectivity using _redis-cli_
55
55
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).
57
57
58
-
### PSPING
58
+
### Test connectivity using PSPING
59
59
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.
0 commit comments