Skip to content

Commit a403888

Browse files
chore: fixed redis cluser URL for tls enabled
1 parent 17605e7 commit a403888

File tree

1 file changed

+1
-1
lines changed
  • packages/collector/test/tracing/databases/redis/connect-via

1 file changed

+1
-1
lines changed

packages/collector/test/tracing/databases/redis/connect-via/cluster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = async function connect(redis, log, tries = 0) {
2626

2727
const nodes = [
2828
{
29-
url: `redis://${process.env.AZURE_REDIS_CLUSTER}`
29+
url: `rediss://${process.env.AZURE_REDIS_CLUSTER}`
3030
}
3131
];
3232

0 commit comments

Comments
 (0)