In node using express.js, I have a redis-based session set up thusly:
// Redis session const sessionStore = new RedisStore({ client: getRedisClient(),