When I use legacyMode: true
const client = const client = redis.createClient({ legacyMode: true });
The session is working fine, but my other queries fail. So I don't want to use legacyMode
there any new way to connect express-session store with redis.
I tried using with legacyMode: true
but I don't want to use it for connect-redis.