You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: