[PR #14] [MERGED] Add Redis support #51

Closed
opened 2026-01-23 11:35:02 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/KeyValueStore/pull/14
Author: @marcelaraujo
Created: 2/8/2013
Status: Merged
Merged: 2/17/2015
Merged by: @beberlei

Base: masterHead: master


📝 Commits (8)

  • e72ef60 Adding Redis support and fix the missing class in the readme example.
  • 2269b27 Adding some fixes to follow coding style standards.
  • fa5e715 Adding some improvements.
  • 8fe303c Remove doc annotations.
  • 5d9013d Updated RedisStorage and added tests.
  • f43bed1 Adding space between if and bracket
  • 12c2abd Merge pull request #20 from pierredup/patch-1
  • 90cd03d Merge branch 'master' of github.com:marcelaraujo/KeyValueStore

📊 Changes

3 files changed (+253 additions, -2 deletions)

View changed files

📝 README.md (+3 -2)
lib/Doctrine/KeyValueStore/Storage/RedisStorage.php (+147 -0)
tests/Doctrine/Tests/KeyValueStore/Storage/RedisStorageTest.php (+103 -0)

📄 Description

I added Redis support and I will write the necessary tests yet.


🔄 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/KeyValueStore/pull/14 **Author:** [@marcelaraujo](https://github.com/marcelaraujo) **Created:** 2/8/2013 **Status:** ✅ Merged **Merged:** 2/17/2015 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`e72ef60`](https://github.com/doctrine/KeyValueStore/commit/e72ef607ef8be791c5c43eb6567b6f5a4a94256d) Adding Redis support and fix the missing class in the readme example. - [`2269b27`](https://github.com/doctrine/KeyValueStore/commit/2269b2732668d14ad11f02c1a074d613042b6f13) Adding some fixes to follow coding style standards. - [`fa5e715`](https://github.com/doctrine/KeyValueStore/commit/fa5e715d863250a1783944d9d69182b22cb5d4d5) Adding some improvements. - [`8fe303c`](https://github.com/doctrine/KeyValueStore/commit/8fe303c6f0f69c60086097c07d2c84adb9ee1356) Remove doc annotations. - [`5d9013d`](https://github.com/doctrine/KeyValueStore/commit/5d9013d8ef0d8ed291788f6a676ba719bd673350) Updated RedisStorage and added tests. - [`f43bed1`](https://github.com/doctrine/KeyValueStore/commit/f43bed12acbe8bc25496c607471009a114694b35) Adding space between `if` and `bracket` - [`12c2abd`](https://github.com/doctrine/KeyValueStore/commit/12c2abd9e4960b2d239942bf2250837815ebbb68) Merge pull request #20 from pierredup/patch-1 - [`90cd03d`](https://github.com/doctrine/KeyValueStore/commit/90cd03dbfdba2ebd82db91370634e93f02b13f3a) Merge branch 'master' of github.com:marcelaraujo/KeyValueStore ### 📊 Changes **3 files changed** (+253 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -2) ➕ `lib/Doctrine/KeyValueStore/Storage/RedisStorage.php` (+147 -0) ➕ `tests/Doctrine/Tests/KeyValueStore/Storage/RedisStorageTest.php` (+103 -0) </details> ### 📄 Description I added Redis support and I will write the necessary tests yet. --- <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-23 11:35:02 +01:00
admin closed this issue 2026-01-23 11:35:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#51