Releases: QuangTung97/go-memcache
Releases · QuangTung97/go-memcache
v1.2.0
v1.1.0
- New Algorithm for Starvation Avoidance
- Fix very rare race condition on shutdown
v1.0.1
- Refactor error handling logic
- Fix rare dead lock issue on Shutdown
v1.0.0
Merge pull request #1 from QuangTung97/clear-commmands-nil Clear Comamds to Nil when not used
v0.5.7
- Refactor & fix handle VA
v0.5.6
- Fix Race Condition for Request Data
- Remove Retry on Error
v0.5.5
- New algorithm for reader.go. reducing data copying around
v0.5.4
- Add ASCII Authentication
v0.5.3
- Validate All Possible Key Values
v0.5.2
- Improve set error on server error