Skip to content

Releases: Talegen/Talegen.AspNetCore.AdvancedCache

v1.0.23

22 Feb 07:13

Choose a tag to compare

Renamed for traditional name expected name TryAcquireLockAsync
Full Changelog: v1.0.22...v1.0.23

v1.0.22

21 Feb 05:58

Choose a tag to compare

  • Fixing bugs in LockAsync() : true if it was set (you acquired the lock), false if it already existed

Full Changelog: v1.0.21...v1.0.22

v1.0.21

21 Feb 05:30

Choose a tag to compare

  • Adding a new LockAsync() method to support a SET NX lock

v1.0.20

21 Feb 03:57

Choose a tag to compare

  • Updated Dependencies
  • Added new HashGetAllAsync() method.
    Full Changelog: v1.0.19...v1.0.20

v1.0.19

21 Mar 15:31

Choose a tag to compare

In this release, added HashRemoveAsync() and implemented cancellation tokens consistently across async methods. Updated dependencies.

Full Changelog: v1.0.18...v1.0.19

v1.0.18

03 Feb 20:25

Choose a tag to compare

Full Changelog: v1.0.17...v1.0.18

v1.0.17

14 Jan 20:44

Choose a tag to compare

Updating dependencies.

Full Changelog: v1.0.16...v1.0.17

v1.0.16

12 Jan 04:09

Choose a tag to compare

Updated dependencies. Modifying extensions.

Full Changelog: v1.0.15...v1.0.16

v1.0.15

09 Jan 19:18

Choose a tag to compare

In this release, we implement changes in service registration allowing for keyed services. This allows developers to define separate keyed instances of advanced cache. This is needed if a unique Redis multiplexer is needed for different connection strings (e.g. specifying a different Redis database per connection string).

Full Changelog: v1.0.14...v1.0.15

v1.0.14

03 Jan 19:13

Choose a tag to compare

Added missing dependency updates to 1.0.13

Full Changelog: v1.0.13...v1.0.14