added missing clientOpts

This commit is contained in:
SrGooglo 2023-07-05 19:56:15 +00:00
parent ab7cb659a7
commit 2114a81500

View File

@ -33,7 +33,7 @@ export default ({
clientOpts.username = process.env.REDIS_USERNAME
}
let client = createClient()
let client = createClient(clientOpts)
if (withWsAdapter) {
client.subClient = client.duplicate()