nestjs-redis icon indicating copy to clipboard operation
nestjs-redis copied to clipboard

Handling connection error

Open luluhoc opened this issue 1 year ago • 1 comments

How to handle connection error with nestjs-redis?

For example I turn off my redis container and it should throw an error that it can't connect to redis

luluhoc avatar Aug 18 '22 09:08 luluhoc

Reference documentation: https://github.com/luin/ioredis#connection-events

Screenshot from 2022-08-22 19-06-41

liaoliaots avatar Aug 22 '22 11:08 liaoliaots