Skip to content

Releases: datasapiens/cachier

v1.2.2

20 Feb 16:05
d9f3ba7
Compare
Choose a tag to compare

What's Changed

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

New cache locking - fix error

13 Jan 09:08
82e250f
Compare
Choose a tag to compare

Fix for method getIndirectNoLock

New cache locking

13 Jan 01:11
138d8bb
Compare
Choose a tag to compare
Merge pull request #12 from datasapiens/fix/access_locking

improve cache locking

v1.1.0

11 Aug 14:32
92726ba
Compare
Choose a tag to compare

Generic cache

v1.0.6

19 Jun 06:55
1b5efcf
Compare
Choose a tag to compare

Recover from panic

  • unexpected errors are handled gracefully.

v1.0.5

13 Jan 13:09
04dff70
Compare
Choose a tag to compare
  • removed background cache writes in GetOrCompute()

Version fix

17 Aug 14:49
01bd0bf
Compare
Choose a tag to compare
Merge pull request #6 from datasapiens/feat/GetOrComputeEx

feat: GetOrComputeEx

Release sync

17 Aug 13:42
01bd0bf
Compare
Choose a tag to compare
  • cache compression
  • new counting and regexp functions
  • GetOrComputeEx
  • added logging

v1.0.0

06 May 07:45
62fdc75
Compare
Choose a tag to compare

Changes:

  • the redis client (github.com/go-redis/redis/) is updated to version v.8.8.0
  • migration to go modules
  • compression added to REDIS and LRU cache

Built-in compression methods: zstd, lz4, s2(snappy)

Initial version

05 Sep 08:51
Compare
Choose a tag to compare

Cache interface together with engines for Redis, LRU and Cache with L1 subcache.