1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-06-28 09:41:38 +00:00
bitraft/README.md
2017-02-17 13:23:49 -07:00

29 lines
429 B
Markdown

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