Skip to content

v0.0.7

Latest
Compare
Choose a tag to compare
@darkcrux darkcrux released this 24 May 11:46

Added support for storing binary to kv:

$ kviator --kvstore etcd --client localhost:2379 --binary put my-binaryfile - < /tmp/a-binary-file
$ kviator --kvstore etcd --client localhost:2379 --binary get my-binaryfile - > /tmp/retrieved-binary-file