Skip to content

Releases: mgtv-tech/jetcache-go

v1.1.3.RC

24 Jun 12:00
e239a61
Compare
Choose a tag to compare

What's Changed

  • perf: MGet with singleflight
  • fix: MGet statistics

v1.1.3

26 Jun 12:07
a19ae7d
Compare
Choose a tag to compare

What's Changed

  • perf: MGet with singleflight
  • fix: MGet statistics and singleflight bugs

v1.1.2

20 Jun 11:18
55bcf9c
Compare
Choose a tag to compare

What's Changed

  • perf: MGet with singleflight when querying databases
  • docs: Update examples and docs

v1.1.1

20 May 08:23
f623c4d
Compare
Choose a tag to compare

What's Changed

  • feat: Support invalidate local caches (in all Go processes) after updates(#8)

v1.1.0

21 Mar 01:43
Compare
Choose a tag to compare

What's Changed

  • Transfer: Transferred to mgtv-tech
  • Docs: Updated README

v1.0.9

07 Mar 07:50
60d634e
Compare
Choose a tag to compare

What's Changed

  • feat(cachegeneric.go): MGet golang's generics
  • feat: add sonic encoding

v1.0.8

24 Nov 09:41
3d5c814
Compare
Choose a tag to compare

What's Changed

  • refactor(item.go): DoFunc with Context.

v1.0.7

22 Sep 09:15
8cafca3
Compare
Choose a tag to compare

What's Changed

  • feat: Added support for redis/go-redis v8 adapter.

v1.0.6

22 Sep 08:10
0a8668d
Compare
Choose a tag to compare

What's Changed

  • feat: Added safe rand util.
  • fix(cache.go): Fixed notFoundExpiry random not thread safe.
  • perf(local/freecache.go): safe rand.

v1.0.4

15 Sep 11:08
Compare
Choose a tag to compare

New Features

  • feat(cache.go): Added Cache interface declaration

Others

  • fix(cache_test.go): Fixed race test