Skip to content

Commit 1d5f72e

Browse files
committed
formatting
1 parent 684cafb commit 1d5f72e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-cache-for-redis/cache-development-faq.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ sections:
103103
You can also use the Redis command-line tools. To use them, do the following steps:
104104
1. Download the [Redis command-line tools](/azure/azure-cache-for-redis/cache-how-to-redis-cli-tool#install-redis-cli).
105105
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:
106+
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:
107109
108110
`redis-cli -h <Azure Cache for Redis name>.redis.cache.windows.net -a <key>`
109111

0 commit comments

Comments
 (0)