centowen / salsa

MIT License
2 stars 1 forks source link

Add support for multiple keys in database #66

Closed centowen closed 1 year ago

centowen commented 1 year ago

I added support for multiple keys in the "database". I am planning to move the telescope configurations into the "database". Does this change make sense with your design? Or does it break some intended use case?

I know I killed the cache. Sorry! It got tricky to get right and the performance impact should be relatively small. It should be possible to make a CachedFileStorage but that will result in multiple layers of locks.