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

29 lines
429 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 ...]
2017-02-15 01:22:33 +00:00
PDEL pattern
2017-02-17 20:23:49 +00:00
KEYS pattern [PIVOT prefix] [LIMIT count] [DESC] [WITHVALUES]
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).