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 6e0e420 commit 79bafccCopy full SHA for 79bafcc
articles/azure-cache-for-redis/cache-nodejs-get-started.md
@@ -63,8 +63,8 @@ The latest builds of [node_redis](https://github.com/mranney/node_redis) provide
63
64
// Connection configuration
65
const cacheConnection = redis.createClient({
66
- // rediss for TLS
67
- url: `rediss://${cacheHostName}:6380`,
+ // redis for TLS
+ url: `redis://${cacheHostName}:6380`,
68
password: cachePassword
69
});
70
0 commit comments