mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #11] [MERGED] Added couchbase storage #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (5)
3ae0b7eAdd couchbase storagead20d18Updated documentation91f1752Replaced tabs by spacesb0ef144Addded ext-couchbase to suggest packages in composer3ddf79aSkip 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.