Skip to content

Releases: dcbickfo/redcache

v0.1.6

06 Oct 20:34
0ac05db

Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

06 Oct 19:13
4cd27f1

Choose a tag to compare

Fix Indefinite Wait (#4)

* adding retry for contested locks and an operation timeout

* remove operation timeout

* use context to ensure cancellation

* Update cacheaside.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v0.1.4

04 Apr 16:59
6365005

Choose a tag to compare

What's Changed

  • Use an Iterator + Client Builder Option by @dcbickfo in #3

Full Changelog: v0.1.3...v0.1.4

v0.1.3

21 Mar 19:36
ba7b332

Choose a tag to compare

  • Added a check for an empty array for the case of contested locks when trying to lock a key. Problematic case was when no locks were successful the callback to fetch from the backing store would be called with empty keys.

v0.1.2

13 Mar 16:22
fcafbd1

Choose a tag to compare

  • Bug fix to handle clustered environment correctly by determining the slot for a key to avoid cross slot errors

v0.1.1

04 Feb 19:30
3d79f91

Choose a tag to compare

  • Change ttl behaviour to be consistent with rueidis

v0.1.0

04 Feb 17:22
755aef3

Choose a tag to compare

  • Initial release