Simple Key Value store.
terminal1 ```
$ kvs server --disable-tls ```
terminal2 ```
$ kvs set key1 value1 --disable-tls OK
$ kvs get key1 --disable-tls value1
$ kvs delete key1 --disable-tls OK old value: value1 ```
The order of configuration priority is as follows.(high to low)
| Key | Default | | --- | ------- | | maxtcpconnections | xxx | | connectiontcpbuffer_bytes | xxx |
To specify logging directive, use KVS_LOG
environment variable.
console
$ KVS_LOG=info kvs
unreachable!() macro