79760511

Date: 2025-09-10 06:00:14
Score: 0.5
Natty:
Report link

You might try:

BullModule.forRoot({
    redis: {
        host: "YOUR_REDIS_HOST",
        port: 6379,
        db: 0,
        password: "YOUR_REDIS_PASSWORD",
        tls: { // Specifiy the host and port credentials again here
            host: "YOUR_REDIS_HOST",
            port: 6379,
        }
    }
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: masadamsahid