Add MemoryStore with simple unittest. by iredmail · Pull Request #596 · webpy/webpy

@iredmail

cclauss

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice addition.

## 2020-XX-XX 0.50

* New session store `MemoryStore`, used to save a session in memory.
Should be useful where there is limited fs writes on the disk, like

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change is —> are and on —> to.

Or an alternative:
Could be used with flash memory to minimize fs writes to disk.

@iredmail