Loading README.md +3 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ Options Operations ---------- * `kinetic-c-util [--host|-h hostname|123.253.253.23] [noop] [put] [get] [delete]` * `kinetic-c-util [--host|-h hostname|123.253.253.23] [noop] [put] [get] [delete] [instanterase]` * `./bin/kinetic-c-util noop` * Execute a NoOp (ping) operation to verify the Kinetic Device is ready * `./bin/kinetic-c-util put` Loading @@ -86,3 +86,5 @@ Operations * Execute a Get operation to retrieve a key/value entry * `./bin/kinetic-c-util delete` * Execute a Delete operation to destroy a key/value entry * `./bin/kinetic-c-util instanterase` * Execute an InstantSecureErase operation to erase ALL content from the device RELEASE.md +3 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,9 @@ v0.8.0 v0.8.1 ------ * Added GETLOG operation. * Added InstantSecureErase operation. * Added thread-safety to allow multiple client threads within the same session. * Still using Kinetic Protocol v3.0 (3.0.5) * NOT backwards compatible with earlier versions of Kinetic Protocol (< v3.0) * Kinetic device firmware must be updated to a release supporting v3.0 protocol! * Added GETLOG operation. * Added thread-safety to allow multiple client threads within the same session. Loading
README.md +3 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ Options Operations ---------- * `kinetic-c-util [--host|-h hostname|123.253.253.23] [noop] [put] [get] [delete]` * `kinetic-c-util [--host|-h hostname|123.253.253.23] [noop] [put] [get] [delete] [instanterase]` * `./bin/kinetic-c-util noop` * Execute a NoOp (ping) operation to verify the Kinetic Device is ready * `./bin/kinetic-c-util put` Loading @@ -86,3 +86,5 @@ Operations * Execute a Get operation to retrieve a key/value entry * `./bin/kinetic-c-util delete` * Execute a Delete operation to destroy a key/value entry * `./bin/kinetic-c-util instanterase` * Execute an InstantSecureErase operation to erase ALL content from the device
RELEASE.md +3 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,9 @@ v0.8.0 v0.8.1 ------ * Added GETLOG operation. * Added InstantSecureErase operation. * Added thread-safety to allow multiple client threads within the same session. * Still using Kinetic Protocol v3.0 (3.0.5) * NOT backwards compatible with earlier versions of Kinetic Protocol (< v3.0) * Kinetic device firmware must be updated to a release supporting v3.0 protocol! * Added GETLOG operation. * Added thread-safety to allow multiple client threads within the same session.