1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-06-28 17:51:38 +00:00
bitraft/README.md

28 lines
403 B
Markdown
Raw Normal View History

2017-01-31 13:58:02 +00:00
# kvnode
Very simple key value store.
- Redis API
- LevelDB storage
- Raft support
Commands:
```
SET key value
GET key
DEL key [key ...]
KEYS pattern [PIVOT prefix] [LIMIT count] [DESC]
2017-01-31 20:48:02 +00:00
MSET key value [key value ...]
MGET key [key ...]
2017-01-31 13:58:02 +00:00
FLUSHDB
SHUTDOWN
```
## Contact
Josh Baker [@tidwall](http://twitter.com/tidwall)
## License
kvnode source code is available under the MIT [License](/LICENSE).