An open API service indexing awesome lists of open source software.

https://github.com/gkucmierz/kvs-sync


https://github.com/gkucmierz/kvs-sync

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

kvs-sync
============

Simple key-value store using filesystem (sync functions).

## Installation
npm install kvs-sync

## Methods
setConfig(opt, value)
set(key, val)
get(key)
del(key)
clear()
keys()

## License

`kvs` is licensed under the MIT license.