mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #6] [MERGED] Riak #42
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/6
Author: @Baachi
Created: 6/19/2012
Status: ✅ Merged
Merged: 7/3/2012
Merged by: @beberlei
Base:
master← Head:riak📝 Commits (6)
2c1a79aAdd Riak storage692e0caCS76530e8Replace docblocks with {@inheritDoc}f4ba01aUse the right indentionf8c3d9dUpdate composer file and add riak/riak-client to the "suggest" sectionc7050ddReplace version constraint in suggest section📊 Changes
5 files changed (+391 additions, -6 deletions)
View changed files
📝
README.md(+1 -1)📝
composer.json(+6 -0)📝
composer.lock(+14 -5)➕
lib/Doctrine/KeyValueStore/Storage/RiakStorage.php(+137 -0)➕
tests/Doctrine/Tests/KeyValueStore/Storage/RiakStorageTest.php(+233 -0)📄 Description
I added the riak storage.
It use the update from the offical php-driver.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.