fix: Redis cache handler deleteMatching() not working when a prefix is being used#8878
fix: Redis cache handler deleteMatching() not working when a prefix is being used#8878TeamTizo wants to merge 1 commit intocodeigniter4:developfrom
Conversation
deleteMatching wasn't working for Redis cache when a prefix was being used. adding prefix here fixed the issue.
|
Thank you for sending this PR! We expect the following in all Pull Requests (PRs).
Important We expect all code changes or bug-fixes to be accompanied by one or more tests added to our test suite to prove the code works. If pull requests do not comply with the above, they will likely be closed. Since we are a team of volunteers, we don't have any more time to work on the framework than you do. Please make it as painless for your contributions to be included as possible. |
|
If you send a PR, you must add test code for it. This PR will not be merged because there is no test code. |
|
Closed by #8952 |
deleteMatching wasn't working for Redis cache when a prefix was being used. adding prefix here fixed the issue.
Checklist: