1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-06-25 00:09:04 +00:00
bitraft/README.md
2017-01-31 13:48:02 -07:00

403 B

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]
MSET key value [key value ...]
MGET key [key ...]
FLUSHDB
SHUTDOWN

Contact

Josh Baker @tidwall

License

kvnode source code is available under the MIT License.