79145638

Date: 2024-10-31 16:59:35
Score: 0.5
Natty:
Report link
    BullModule.forRoot({
  redis: {
    sentinels: [
      {
        host: process.env.redis_senti,
        port: Number(process.env.redis_senti_port),
      },
    ],
    name: 'mymaster',
    password: redis_pass,
    sentinelPassword: redis_pass,
    maxRetriesPerRequest: 100,
  },
}),

Hi, I finally ended up with this configuration.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Erika