Skip to content

Instantly share code, notes, and snippets.

@AndrejGajdos
Created June 24, 2018 11:32
Show Gist options
  • Save AndrejGajdos/221f9207b91ae9b4cae6a273f0a64a4a to your computer and use it in GitHub Desktop.
Save AndrejGajdos/221f9207b91ae9b4cae6a273f0a64a4a to your computer and use it in GitHub Desktop.
app.use(
session(
{
store: redisStore(),
},
app,
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment