[PR #580] [MERGED] Add artisan command for setting up redis #835

Closed
opened 2026-02-05 17:55:57 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/580
Author: @Boy132
Created: 9/24/2024
Status: Merged
Merged: 9/26/2024
Merged by: @Boy132

Base: mainHead: feature/redis-setup-command


📝 Commits (1)

  • f47c583 add artisan command for setting up redis

📊 Changes

1 file changed (+54 additions, -0 deletions)

View changed files

app/Console/Commands/Environment/RedisSetupCommand.php (+54 -0)

📄 Description

Instead of having to run 3 commands (with the same input multiple times) you can simply run this one command.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/580 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 9/24/2024 **Status:** ✅ Merged **Merged:** 9/26/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `feature/redis-setup-command` --- ### 📝 Commits (1) - [`f47c583`](https://github.com/pelican-dev/panel/commit/f47c583d63bb149e4303f204747c32025fa731a1) add artisan command for setting up redis ### 📊 Changes **1 file changed** (+54 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `app/Console/Commands/Environment/RedisSetupCommand.php` (+54 -0) </details> ### 📄 Description Instead of having to run 3 commands (with the same input multiple times) you can simply run this one command. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:55:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#835