summaryrefslogtreecommitdiffhomepage
path: root/storage (follow)
AgeCommit message (Collapse)AuthorLines
2023-12-01add boltdb support, make it defaultChloƩ Vulquin-0/+64
2019-12-19feat: add redis storage testsChloe Kudryavtsev-0/+45
hidden behind "redis" build tag
2019-12-17fix: update redis backend to return NotFoundChloe Kudryavtsev-1/+5
2019-12-17fix: update dummy backend and tests for NotFoundChloe Kudryavtsev-11/+24
also remove "e" - it was redundant
2019-12-17feat: add in-memory storage backendChloe Kudryavtsev-1/+106
it can't be used in the cli yet also means other backends need to be modified slightly
2019-12-17fix: ensure interfaces are implemented buildtimeChloe Kudryavtsev-0/+4
2019-12-17feat: add dummy storage engineChloe Kudryavtsev-0/+124
also test it
2019-11-23Initial golang rewriteChloe Kudryavtsev-0/+60