|
v0.1.0
|
Public Member Functions | |
| Request (long requestId, String cmd, String[] array) | |
Public Attributes | |
| long | requestId |
| String | command |
| String[] | args |
Represents a standard protocol request in kvstore.
This object is passed between the SDK and the Server. It contains the necessary opcode, key, and payload to execute a command.
Binary Protocol Structure:
[1 byte opcode] [4 byte key length] [N byte key] [4 byte Value length] [N byte value]