NestJS Telegraf Redis Session Store – Reconnection not working after Redis Crash/Restart
I’m trying to configure a Redis session store for my NestJS application using Telegraf’s @telegraf/session/redis package. I’ve implemented the reconnection logic within the RedisClientEventListener class, but the client doesn’t seem to reconnect automatically when the Redis server crashes or restarts.