mailgun / groupcache

Clone of golang/groupcache with TTL and Item Removal support
Apache License 2.0
495 stars 73 forks source link

Remove() now inits peers if needed #4

Closed thrawn01 closed 5 years ago

thrawn01 commented 5 years ago

Purpose

Fixes a panic that occurs if Remove() is the first call made instead of Get() Also Remove() now returns the body of the non 200 status response.