[PR #11] [MERGED] Added couchbase storage #41

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/KeyValueStore/pull/11
Author: @SimonSimCity
Created: 12/3/2012
Status: Merged
Merged: 1/27/2013
Merged by: @beberlei

Base: masterHead: master


📝 Commits (5)

  • 3ae0b7e Add couchbase storage
  • ad20d18 Updated documentation
  • 91f1752 Replaced tabs by spaces
  • b0ef144 Addded ext-couchbase to suggest packages in composer
  • 3ddf79a Skip tests for couchbase storage if extension is not installed

📊 Changes

4 files changed (+264 additions, -2 deletions)

View changed files

📝 README.md (+1 -1)
📝 composer.json (+2 -1)
lib/Doctrine/KeyValueStore/Storage/CouchbaseStorage.php (+116 -0)
tests/Doctrine/Tests/KeyValueStore/Storage/CouchbaseStorageTest.php (+145 -0)

📄 Description

Added a storage implementation for couchbase.

Or do you think that memcache would be enough, as it's a drop-in replacement?
http://www.couchbase.com/memcached


🔄 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/11 **Author:** [@SimonSimCity](https://github.com/SimonSimCity) **Created:** 12/3/2012 **Status:** ✅ Merged **Merged:** 1/27/2013 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`3ae0b7e`](https://github.com/doctrine/KeyValueStore/commit/3ae0b7ead4a3510d84a675feefee2aa43d647840) Add couchbase storage - [`ad20d18`](https://github.com/doctrine/KeyValueStore/commit/ad20d188e61ea9d87fe081c352b61c6e17c024d8) Updated documentation - [`91f1752`](https://github.com/doctrine/KeyValueStore/commit/91f1752831381aeaad3032608f850df0d2654976) Replaced tabs by spaces - [`b0ef144`](https://github.com/doctrine/KeyValueStore/commit/b0ef144d7e54f63250df5d2aa1e48b501d292e4f) Addded ext-couchbase to suggest packages in composer - [`3ddf79a`](https://github.com/doctrine/KeyValueStore/commit/3ddf79a3d5216f34f687101b90c7a17e5ca189d8) Skip tests for couchbase storage if extension is not installed ### 📊 Changes **4 files changed** (+264 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `composer.json` (+2 -1) ➕ `lib/Doctrine/KeyValueStore/Storage/CouchbaseStorage.php` (+116 -0) ➕ `tests/Doctrine/Tests/KeyValueStore/Storage/CouchbaseStorageTest.php` (+145 -0) </details> ### 📄 Description Added a storage implementation for couchbase. Or do you think that memcache would be enough, as it's a drop-in replacement? http://www.couchbase.com/memcached --- <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:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#41