Skip to content

Releases: Talegen/Talegen.AspNetCore.AdvancedCache

v1.0.24

Choose a tag to compare

@RobK410 RobK410 released this 05 May 19:08

Updating dependencies for security reasons.

Full Changelog: v1.0.23...v1.0.24

v1.0.23

Choose a tag to compare

@RobK410 RobK410 released this 22 Feb 07:13

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

v1.0.22

Choose a tag to compare

@RobK410 RobK410 released this 21 Feb 05:58
  • 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

Choose a tag to compare

@RobK410 RobK410 released this 21 Feb 05:30
  • Adding a new LockAsync() method to support a SET NX lock

v1.0.20

Choose a tag to compare

@RobK410 RobK410 released this 21 Feb 03:57
  • Updated Dependencies
  • Added new HashGetAllAsync() method.
    Full Changelog: v1.0.19...v1.0.20

v1.0.19

Choose a tag to compare

@RobK410 RobK410 released this 21 Mar 15:31

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

Choose a tag to compare

@RobK410 RobK410 released this 03 Feb 20:25

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

v1.0.17

Choose a tag to compare

@RobK410 RobK410 released this 14 Jan 20:44

Updating dependencies.

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

v1.0.16

Choose a tag to compare

@RobK410 RobK410 released this 12 Jan 04:09

Updated dependencies. Modifying extensions.

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

v1.0.15

Choose a tag to compare

@RobK410 RobK410 released this 09 Jan 19:18

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