alternative-laravel-cache
alternative-laravel-cache copied to clipboard
Bug in cache key name generation. Race condition.
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.
@caesarcxiv Hi, can you provide a code that I can use to test and debug the problem?