Releases: QuangTung97/memproxy
Releases · QuangTung97/memproxy
v1.2.1
v1.2.0
- Add Item GetMulti Function
v1.1.0
- Add MMap for representing big hash map on Memcached
- Using sync.Pool to reduce allocs
- Change the Pipeline interface for lowering memory usage => might break some code that use this interface
- Delete the mhash package, cause it is too hard to use
v1.0.0
Add mhash warning
v0.5.2
- Extend Multi Get Filler Allowed Types
- Fix potential error of go-memcache
- Improve session
v0.5.1
- Reduce Heap Allocations
v0.5.0
- Add Documentation & Examples
- Fix logic for Session Dirty
- Option WithMemoryScoringFunc to change the scoring function
v0.4.4
- Fix Race Condition on Memcache Client
v0.4.3
- Upgrade memcache client, avoiding copying data around
v0.4.2
- Better handling set error for server errors