Skip to content

Releases: arefLA/CacheManager.Redis

v2.0.0

22 Nov 01:13
1057cc8
Compare
Choose a tag to compare

What's Changed

  • Update RedisCacheManager and dependencies by @mazorg in #19
  • TryGetAsync method renamed to GetAsync.
  • Some optimization has been done.

New Contributors

Full Changelog: v1.4.0...v2.0.0

v1.4.0

20 Nov 03:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

11 May 17:26
17f20f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

07 May 19:00
ea8a888
Compare
Choose a tag to compare

What's Changed

  • Fix Custom Cache Manager Initialization Bug
  • Wrote Unit Tests by @arefLA in #7
  • Dev by @arefLA in #8

Full Changelog: v1.1.0...v1.2.0

ASP.NET Core Redis Cache Manager

05 May 14:17
698b08d
Compare
Choose a tag to compare

ASP.NET Core Redis Cache Manager is essentially a genric cache manager using StackExchange.Redis and System.Text.Json. this package provide an interface and base implementation to do the convertion from bytes to the desired type.