Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using redisStore for session storage #144

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

AndrewSouthpaw
Copy link
Member

Closes #135

Session storage should not be handled in-memory for production environments. It seems that using connect-redis is a common solution. I've implemented it here. However, I'm not sure it's working correctly; the front end is still broken enough that it's hard to tell.

Reference:

Take a look, see if it makes sense. I say we get the front-end up to a working condition, then merge in this PR to see if it still works.

configure redis store for session storage

clean lint

debug

debug

debug
@ruben1
Copy link
Member

ruben1 commented Feb 1, 2015

yes, i would try to display something first. I'll review after we have something working in the front-end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trouble shoot warning about production DB
2 participants