We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684cafb commit 1d5f72eCopy full SHA for 1d5f72e
articles/azure-cache-for-redis/cache-development-faq.yml
@@ -103,7 +103,9 @@ sections:
103
You can also use the Redis command-line tools. To use them, do the following steps:
104
1. Download the [Redis command-line tools](/azure/azure-cache-for-redis/cache-how-to-redis-cli-tool#install-redis-cli).
105
106
- 1. Connect to the cache using `redis-cli.exe`. Pass in the cache endpoint using the -h switch and the key using -a as shown in the following example:
+ 1. Connect to the cache using `redis-cli.exe`.
107
+
108
+ 1. Pass in the cache endpoint using the -h switch and the key using -a as shown in the following example:
109
110
`redis-cli -h <Azure Cache for Redis name>.redis.cache.windows.net -a <key>`
111
0 commit comments