coolify/app/Console
Andras Bacsai 6202803db2 fix(CleanupRedis): guard against scan() returning false and use lowercase option keys
- Change Redis scan() option keys from uppercase (MATCH, COUNT) to lowercase (match, count) to comply with PhpRedis requirements
- Add guard to handle scan() returning false and display error message
- Add comprehensive test coverage for scan() error handling scenarios
2025-11-11 21:22:29 +01:00
..
Commands fix(CleanupRedis): guard against scan() returning false and use lowercase option keys 2025-11-11 21:22:29 +01:00
Kernel.php refactor(jobs): pull github changelogs from cdn instead of github 2025-09-01 16:13:55 +02:00