Skip to content

Instantly share code, notes, and snippets.

@gmmeyer
Created September 10, 2015 06:24
Show Gist options
  • Save gmmeyer/2413a24b85a2464bb89c to your computer and use it in GitHub Desktop.
Save gmmeyer/2413a24b85a2464bb89c to your computer and use it in GitHub Desktop.
case 'redis':
// default session store for using Redis
sessionStore = 'connect-redis';
// TODO: are there default options that should be applied here?
break;
case 'connect-redis':
// TODO: are there default options that should be applied here?
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment