https://github.com/gkucmierz/kvs-sync
https://github.com/gkucmierz/kvs-sync
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gkucmierz/kvs-sync
- Owner: gkucmierz
- Created: 2017-01-18T14:10:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T14:52:49.000Z (over 8 years ago)
- Last Synced: 2025-02-16T14:51:39.441Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.