[PR #321] [MERGED] Addition for new cache driver #8023

Open
opened 2026-01-22 15:58:01 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/321
Author: @o
Created: 4/2/2012
Status: Merged
Merged: 4/7/2012
Merged by: @beberlei

Base: masterHead: feature/newCacheDriver


📝 Commits (2)

  • 4fc7389 New cache driver definition for Doctrine running in non-dev mode and cache driver is not set.
  • e69b022 Fixed CS

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/Tools/Setup.php (+10 -5)

📄 Description

New cache driver addition for Doctrine running in non-dev mode and cache driver is not set.
This cache driver (Redis) was added with doctrine/common#109


🔄 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/doctrine/orm/pull/321 **Author:** [@o](https://github.com/o) **Created:** 4/2/2012 **Status:** ✅ Merged **Merged:** 4/7/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `feature/newCacheDriver` --- ### 📝 Commits (2) - [`4fc7389`](https://github.com/doctrine/orm/commit/4fc7389b1da3cc918beb642c9f79c0e6586b8047) New cache driver definition for Doctrine running in non-dev mode and cache driver is not set. - [`e69b022`](https://github.com/doctrine/orm/commit/e69b0224724da9f70ee3198b493dc0d5fd25cba1) Fixed CS ### 📊 Changes **1 file changed** (+10 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Tools/Setup.php` (+10 -5) </details> ### 📄 Description New cache driver addition for Doctrine running in `non-dev` mode and cache driver is not set. This cache driver (Redis) was added with doctrine/common#109 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:58:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8023