set the item

This commit is contained in:
Asim Aslam
2021-05-19 14:25:49 +01:00
parent 214af96fa4
commit 083f223f99

View File

@@ -27,6 +27,9 @@ func (c *Cache) Get(ctx context.Context, req *pb.GetRequest, rsp *pb.GetResponse
// set the value
item.Value = value
// set the item
rsp.Item = item
return nil
}