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.
2 parents 9bcd40a + 79bafcc commit df99fb6Copy full SHA for df99fb6
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