S-Maciejewski / geekonomy

Economics quiz game using WB and IMF data
https://www.geekonomy.eu
MIT License
4 stars 0 forks source link

Redis for session storage #31

Closed S-Maciejewski closed 1 year ago

S-Maciejewski commented 2 years ago

Keeping sessions in memory can be problematic even for small loads - the server should use Redis to store sessions efficiently

S-Maciejewski commented 1 year ago

Also clients lose their sessions on server restart - that's a problem with frequent fixes deployment

S-Maciejewski commented 1 year ago

Irrelevant, caching to file implemented instead