summaryrefslogtreecommitdiff
path: root/objectstore
AgeCommit message (Collapse)Author
2022-02-10Add mutex to the memory backendPablo M. Bermudo Garay
Avoid potential problems due to concurrent access to the backend.
2022-02-10Refactor memory backendPablo M. Bermudo Garay
Simplify code path returning errors earlier.
2022-02-10Initial commitPablo M. Bermudo Garay
Basic in-memory object store.