Simple Key Value store .
terminal1 ```
$ kvsd server --disable-tls ```
terminal2 ```
$ kvsd set key1 value1 --disable-tls OK
$ kvsd get key1 --disable-tls value1
$ kvsd 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 KVSD_LOG
environment variable.
console
$ KVSD_LOG=info kvs
unreachable!() macro