[PR #4161] [MERGED] Fixes #3984: Allow for Redis Sentinel Connection Configuration #12777

Closed
opened 2025-12-29 22:23:33 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4161
Author: @dstarner
Created: 2/13/2020
Status: Merged
Merged: 2/13/2020
Merged by: @jeremystretch

Base: developHead: issue-3984-redis-sentinel-conn


📝 Commits (3)

  • 3538eed allow for redis sentinel connection
  • ba9a295 documentation on redis sentinel
  • 72f0e31 fixed extraneous linting error

📊 Changes

3 files changed (+92 additions, -15 deletions)

View changed files

📝 docs/configuration/required-settings.md (+42 -0)
📝 netbox/netbox/configuration.example.py (+6 -0)
📝 netbox/netbox/settings.py (+44 -15)

📄 Description

Fixes: #3984

Adds functionality and documentation to allow Redis for both the webhook and caching layers to use Redis Sentinel.


🔄 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/netbox-community/netbox/pull/4161 **Author:** [@dstarner](https://github.com/dstarner) **Created:** 2/13/2020 **Status:** ✅ Merged **Merged:** 2/13/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `issue-3984-redis-sentinel-conn` --- ### 📝 Commits (3) - [`3538eed`](https://github.com/netbox-community/netbox/commit/3538eeda14a5ba1921299f2742593f0b9e434807) allow for redis sentinel connection - [`ba9a295`](https://github.com/netbox-community/netbox/commit/ba9a2956a8ac6076b4f9e74e857e6b4634e2a836) documentation on redis sentinel - [`72f0e31`](https://github.com/netbox-community/netbox/commit/72f0e31b84820a7eaf508e567956c0d365f2afba) fixed extraneous linting error ### 📊 Changes **3 files changed** (+92 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/required-settings.md` (+42 -0) 📝 `netbox/netbox/configuration.example.py` (+6 -0) 📝 `netbox/netbox/settings.py` (+44 -15) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #3984 <!-- Please include a summary of the proposed changes below. --> Adds functionality and documentation to allow Redis for both the webhook and caching layers to use [Redis Sentinel](https://redis.io/topics/sentinel). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:23:33 +01:00
adam closed this issue 2025-12-29 22:23:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12777