Skip to content

Releases: gocollection/txn-cache

v1.0.3

01 Aug 11:32

Choose a tag to compare

README.md update and travis build trigger test

v1.0.2

01 Aug 09:07

Choose a tag to compare

Fixes & Enhancements -

1) Mutex implementation changed
2) Module name changed
3) More test cases added
4) Default arg in get function added
5) Comments updated

v1.0.1

30 Jul 14:10

Choose a tag to compare

Fixes & Enhancements -

1) Parallel exec call
2) Performance improvement
3) Premature closure handling
4) CloseAfter added for timeout cache cleanup
5) Cleanup panic fixed, graceful closer

v1.0.0

28 Jul 08:08

Choose a tag to compare

Enhancements -

1) handling potential deadlock if MultiFetch function do not give response for all the keys.
2) Functionality to take cache dump.
3) Preload cache with boot up key id - value pairs.
4) Cache explicit clean up and clean up with context.