go-redis/cache

Cache corruption in TinyLRU local cache when keys expire

pete-woods opened this issue · 1 comments

In using this library we discovered when using the recommended TinyLRU local cache, that we were seeing corruption when the items in the cache started expiring.

I.e. that the cache returned values for the wrong key when retrieving them.

I have raised #71 in order to demonstrate this issue.

Thanks for the report - should be fixed in v8.4.3