[PR #71] [MERGED] Closes #69. Implemented and tested memcached. #5589

Closed
opened 2026-02-05 10:11:43 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/71
Author: @nwalke
Created: 3/3/2016
Status: Merged
Merged: 3/5/2016
Merged by: @ssddanbrown

Base: masterHead: add_memcached


📝 Commits (1)

  • 38d822e Closes #69. Implemented and tested memcached.

📊 Changes

2 files changed (+11 additions, -1 deletions)

View changed files

📝 .env.example (+8 -0)
📝 config/cache.php (+3 -1)

📄 Description

I exposed a one Memcached server configuration through the .env file. If somebody needs more than one Memcached server configured, they'll have to add them to config/cache.php which isn't super ideal. Open to other ideas if need be.


🔄 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/BookStackApp/BookStack/pull/71 **Author:** [@nwalke](https://github.com/nwalke) **Created:** 3/3/2016 **Status:** ✅ Merged **Merged:** 3/5/2016 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `add_memcached` --- ### 📝 Commits (1) - [`38d822e`](https://github.com/BookStackApp/BookStack/commit/38d822e04c669d1929760983d829e9218aad38ed) Closes #69. Implemented and tested memcached. ### 📊 Changes **2 files changed** (+11 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+8 -0) 📝 `config/cache.php` (+3 -1) </details> ### 📄 Description I exposed a one Memcached server configuration through the .env file. If somebody needs more than one Memcached server configured, they'll have to add them to `config/cache.php` which isn't super ideal. Open to other ideas if need be. --- <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 10:11:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5589