Skip to content

Releases: QuangTung97/memproxy

v1.2.1

06 Dec 03:41
0c5cbdd
Compare
Choose a tag to compare
  • Fix Filler Interleaving Problem, Though It seems never to occur

v1.2.0

28 Nov 02:21
ed92e5a
Compare
Choose a tag to compare
  • Add Item GetMulti Function

v1.1.0

12 Oct 02:31
fe57605
Compare
Choose a tag to compare
  • 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

18 Aug 08:39
Compare
Choose a tag to compare
Add mhash warning

v0.5.2

04 Jul 08:41
2ca4294
Compare
Choose a tag to compare
  • Extend Multi Get Filler Allowed Types
  • Fix potential error of go-memcache
  • Improve session

v0.5.1

08 Jun 02:54
08cda07
Compare
Choose a tag to compare
  • Reduce Heap Allocations

v0.5.0

01 Jun 11:13
a3d9013
Compare
Choose a tag to compare
  • Add Documentation & Examples
  • Fix logic for Session Dirty
  • Option WithMemoryScoringFunc to change the scoring function

v0.4.4

05 Apr 07:50
Compare
Choose a tag to compare
  • Fix Race Condition on Memcache Client

v0.4.3

05 Apr 03:23
Compare
Choose a tag to compare
  • Upgrade memcache client, avoiding copying data around

v0.4.2

24 Mar 06:30
Compare
Choose a tag to compare
  • Better handling set error for server errors