Connecting to Redis App

Good point Greg!

Passing an object with “family”: 6 appears to have worked.

new Queue(name,
{
  redis: {
    family: 6,
    port: 6379,
    host: 'redis-queue.internal',
    password: .... ,
  },
})
1 Like