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

Preserve global state with redis #58

Closed
brianstrauch opened this issue Jan 4, 2020 · 0 comments
Closed

Preserve global state with redis #58

brianstrauch opened this issue Jan 4, 2020 · 0 comments

Comments

@brianstrauch
Copy link
Contributor

Right now our flask application is using global variables to keep track of the current instructor, list of students, question, answers, etc. on a per-room basis, but this needs to be stored in a database. I think we should use an in-memory database like redis to preserve global state in our app while giving faster response times than a regular SQL database

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

No branches or pull requests

1 participant