Commit d991b5d
fix: Cache purge pattern - use sql-cli: instead of sql_cli:
The cache keys are stored with hyphen (sql-cli:web:...) but purge was
searching for underscore pattern (sql_cli:*), causing 0 entries to be found.
Fixed pattern to match actual key format: sql-cli:*
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 398442d commit d991b5d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
0 commit comments