Get desktop application:
View/edit binary Protocol Buffers messages
Get the value stored on the server for a given key
Empty string returned when key not found on the server.
Set the server's value for a given key
Returns the value.
Count the size of the server's value for a given key
Returns the size of the value, in bytes. If key isn't found on the server, returns -1.
The request has a type and then the relevant optional field is filled.
Used in:
(message has no fields)
Used in:
Used in:
Used in:
The response is a simple string For GET_VALUE, the value is returned (or empty string if no such value) For SET_VALUE, the value is returned For COUNT_VALUES, the count is returned as a string