maxcountryman / tower-sessions-stores

🚃 Previously bundled session stores for `tower-sessions`.
https://github.com/maxcountryman/tower-sessions
MIT License
22 stars 7 forks source link

FileStore #17

Closed lcmgh closed 3 months ago

lcmgh commented 3 months ago

Use case: Shared Persistent Kubernetes Volume :)

maxcountryman commented 3 months ago

Sounds like it would be useful. 🙂

We aren't adding additional stores to this repo but we are encouraging folks to implement SessionStore and if they're so motivated publish as a crate.

lcmgh commented 3 months ago

Understandable. Just thought that a basic file store would also have its place within this repo because it is less exotic than some of the other stores.