mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Update cache.proto
This commit is contained in:
2
cache/proto/cache.proto
vendored
2
cache/proto/cache.proto
vendored
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user