swayok / alternative-laravel-cache

Replacements for Laravel's redis and file cache stores that properly implement tagging idea
MIT License
153 stars 24 forks source link

Bug in cache key name generation. Race condition. #38

Open magnetic5355 opened 1 year ago

magnetic5355 commented 1 year ago

Current release of Alternative Laravel Cache PHP 8.1 Laravel 9.42 Octane

When doing combinations of Puts and Forgets on the same key name within the same call, different key hashes are generated resulting in unpredictable results.

It also appears that when requesting the keys different versions of the key are returned.

swayok commented 1 year ago

@caesarcxiv Hi, can you provide a code that I can use to test and debug the problem?