[PR #698] [MERGED] Fix redis connection check #903

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/698
Author: @Boy132
Created: 11/1/2024
Status: Merged
Merged: 11/1/2024
Merged by: @Boy132

Base: mainHead: fix/redis-connection-check


📝 Commits (1)

  • 9dafdaf fix redis connection check

📊 Changes

1 file changed (+13 additions, -10 deletions)

View changed files

📝 app/Filament/Pages/Installer/Steps/RedisStep.php (+13 -10)

📄 Description

Apparently you need to create your own RedisManager with the test data in order to test the connection.


🔄 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/698 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 11/1/2024 **Status:** ✅ Merged **Merged:** 11/1/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `fix/redis-connection-check` --- ### 📝 Commits (1) - [`9dafdaf`](https://github.com/pelican-dev/panel/commit/9dafdaf18f0a5e92c1075e685158ba4906f9385f) fix redis connection check ### 📊 Changes **1 file changed** (+13 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Pages/Installer/Steps/RedisStep.php` (+13 -10) </details> ### 📄 Description Apparently you need to [create your own RedisManager with the test data](https://github.com/laravel/framework/blob/11.x/tests/Redis/RedisConnectorTest.php) in order to test the connection. --- <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:58:02 +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#903