https://github.com/zserge/kveer
A tiny in-memory key-value storage in Go with optional persistence (atomic backup file, or append-only)
https://github.com/zserge/kveer
Last synced: about 1 year ago
JSON representation
A tiny in-memory key-value storage in Go with optional persistence (atomic backup file, or append-only)
- Host: GitHub
- URL: https://github.com/zserge/kveer
- Owner: zserge
- License: mit
- Created: 2015-05-02T18:21:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-02T18:22:54.000Z (about 11 years ago)
- Last Synced: 2025-03-25T03:23:46.720Z (about 1 year ago)
- Language: Go
- Size: 129 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kveer
A tiny in-memory key-value storage in Go with optional persistence (atomic backup file, or append-only)