bradunov/shkola

Implement session caching

Opened this issue · 1 comments

Currently, user sessions are not being cached in memory and are always pulled from a table. Implement local session state caching and also store precalculated scores there to speed up new question generation.

#8 implements session caching. This ticket remains open because of "precalculated scores".