[app] [2022-01-27T15:49:44.924Z] Server running to http://localhost:11 in dev (node:45453) UnhandledPromiseRejectionWarning: Error: The client is closed ....
이런 문제가 발생하는 원인은 버전 문제다. 바로 connect-redis 패키지 문제이다.
RedisStore(options) The RedisStore requires an existing Redis client. Any clients compatible with the redis API will work. See client option for more details.
Options client An instance of redis or a redis compatible client.
Known compatible and tested clients:
redis (v3, v4 with legacyMode: true)
요기서 보면 redis를 사용할 때 v4를 사용할 경우 legacyMode를 사용해서 쓰라 되어 있다. 난 redis 버전을 낮췄다.