Disk-backed key-value store
Diskv (disk-vee) is a simple, persistent key-value store written in the Go language. It starts with an incredibly simple API for storing arbitrary data on a filesystem by key, and builds several layers of performance-enhancing abstraction on top. The end result is a conceptually simple, but highly performant, disk-backed storage system. This package provides symbolic links that alias the following Go import paths to github.com/peterbourgon/diskv: – github.com/peterbourgon/diskv/v3 Aliasing Go import paths via symbolic links or http redirects is fragile. If your Go code depends on this package, you should patch it to import directly github.com/peterbourgon/diskv.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 3.0.0-7.fc35 | - |
Fedora 35 | 3.0.0-7.fc35 | - |
Fedora 34 | 3.0.0-6.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-peterbourgon-diskv dash maintainers at fedoraproject dot org
.