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

Should redis be used for session data instead of database? #209

Open
michardy opened this issue Feb 3, 2020 · 0 comments
Open

Should redis be used for session data instead of database? #209

michardy opened this issue Feb 3, 2020 · 0 comments

Comments

@michardy
Copy link
Owner

michardy commented Feb 3, 2020

Should session data should be moved to a Redis cache?

Why it should be in cache:

  • There is no particular reason to temporary data on the database
  • Redis data can expire without a cleanup job
@michardy michardy added this to To do in 2.0 planning Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
2.0 planning
  
To do
Development

No branches or pull requests

1 participant