Closed capoia closed 2 years ago
yes,
in your config/queue.ts make it like this
connection: { host: Env.get('QUEUE_REDIS_HOST'), port: Env.get('QUEUE_REDIS_PORT', 25061), password: Env.get('QUEUE_REDIS_PASSWORD'), username: 'default', tls: {} },
Have you been able to make it work @capoia?
Have you been able to make it work @capoia?
yes! thank you.
Great!
is possible to conect to a redis server over ssl/tls? i have a digital ocean DB and i only works with ssl.