Skip to content

Conversation

@michalsn
Copy link
Member

@michalsn michalsn commented Dec 10, 2025

Description
This PR fixes bugs in RedisHandler and PredisHandler when deleteMatching() is called with a pattern that matches no keys.

Fixes #9828

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value (without duplication)
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@michalsn michalsn added the bug Verified issues on the current code behavior or pull requests that will fix them label Dec 10, 2025
@paulbalandan paulbalandan merged commit 8cab7b0 into codeigniter4:develop Dec 11, 2025
50 checks passed
@michalsn michalsn deleted the fix/deleteMatching branch December 11, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Verified issues on the current code behavior or pull requests that will fix them

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: deleteMatching() throws "ERR wrong number of arguments for 'del' command" on empty result set in PredisHandler

4 participants