I run
go run cmd/server/main.go
server starts, outputs
Then I run
curl 'localhost:8081/set?key=a&value=1'
server outputs
then I run
curl 'localhost:8081/cache?key=a'
server outputs
Fetching value for key 'a'
curl hangs for a while then outputs
context deadline exceeded
I expect server will output the value 1 set for the key a