Update cache.proto

This commit is contained in:
Asim Aslam
2021-07-08 15:52:49 +01:00
committed by GitHub
parent 4db3c2a117
commit 80cc63dbba

View File

@@ -27,7 +27,7 @@ message GetResponse {
int64 ttl = 3; int64 ttl = 3;
} }
// Set an item in the cache // Set an item in the cache. Overwrites any existing value already set.
message SetRequest { message SetRequest {
// The key to update // The key to update
string key = 1; string key = 1;