This commit is contained in:
Asim Aslam
2022-02-18 20:35:11 +00:00
parent feb206baa3
commit 7130cf2ae0
3 changed files with 59 additions and 77 deletions

View File

@@ -17,8 +17,6 @@ service Cache {
message GetRequest {
// The key to retrieve
string key = 1;
// Specify a default value returned in the event the value does not exist
string default_value = 2;
}
message GetResponse {