issues
search
yowcow
/
goromdb
Yet another single process KVS server implemented over file-based database
The Unlicense
12
stars
5
forks
source link
add error type
#67
Closed
ajiyoshi-vg
closed
6 years ago
ajiyoshi-vg
commented
6 years ago
I want to add key-not-found error type
The error that KVS can not find a key is very casual so I want to distinguish it from a critical error such as not being able to load a DB.
yowcow
commented
6 years ago
Quite reasonable. Thanks!