Add the blank tls option to the normal redis client as well
This commit is contained in:
@@ -397,6 +397,7 @@ function getRateLimiter() {
|
||||
username: env.REDIS_USERNAME,
|
||||
password: env.REDIS_PASSWORD,
|
||||
enableAutoPipelining: true,
|
||||
tls: {}
|
||||
},
|
||||
defaultConcurrency: env.DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user