Open
Description
Hi, I tried this example (go version go1.21.1 linux/amd64)
And instead of
value before expiration is found: true, value: "val1"
value after expiration is found: false, value: ""
Cache len: 1
got
value before expiration is found: true, value: "val1"
value after expiration is found: true, value: ""
Cache len: 2
Should I make pr to readme or lib is not supposed to work like this?
Metadata
Metadata
Assignees
Labels
No labels