mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 11:20:56 +03:00
[PR #1337] [MERGED] move redis only command to if statement in kernel #1332
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1337
Author: @notAreYouScared
Created: 5/4/2025
Status: ✅ Merged
Merged: 5/5/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/updatekernel📝 Commits (1)
3670fabmove redis only command to if statement📊 Changes
1 file changed (+5 additions, -2 deletions)
View changed files
📝
app/Console/Kernel.php(+5 -2)📄 Description
Kernel will run this command no matter the setting in the env, per docs, this only applies to cache when it's using redis as the driver, added if statement, no point in having an extra command to run when it will just error out.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.