Skip to content

Releases: mgtv-tech/jetcache-go

v1.2.4

28 Mar 01:46
a2724d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

23 Mar 07:13
5888749
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

13 Jan 10:04
fd9f9de
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

18 Dec 02:10
7c4b6bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

11 Nov 12:24
75d8e62
Compare
Choose a tag to compare

What's Changed

  • feat: Support cache key separator. (#39)
  • docs: Update documentation.

v1.1.9

14 Oct 03:42
f92890f
Compare
Choose a tag to compare

What's Changed

  • fix: Improved auto-refresh reliability (Fixes #36).
  • feat: Minimum effective refresh duration limited (1 second).

v1.1.8

09 Oct 11:11
d5a844a
Compare
Choose a tag to compare

What's Changed

update dependencies and docs.

v1.1.7

26 Sep 08:31
4c9c985
Compare
Choose a tag to compare

What's Changed

  • perf: Optimize cache stats logging. (#33)
  • test: add unit tests.
  • docs: Update documentation.

v1.1.6

11 Sep 09:49
9642909
Compare
Choose a tag to compare

What's Changed

  • feat: Add support for the Go Redis v9 adapter. (#26)
  • test: Add unit tests for the Go Redis v9 adapter.
  • feat: Migrate Go Redis v8 adapter to jetcache-go-plugin.
  • docs: Update documentation.

v1.1.4

08 Aug 07:41
aad30e5
Compare
Choose a tag to compare

What's Changed

  • refector: Replacing go-tinylfu with ristretto to fix #105. (#22)
  • feat: Cache generic support Set、Get.
  • perf: Replacing util.Join with fmt.Sprintf to improve performance.