[PR #6] [MERGED] Riak #42

Closed
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/6
Author: @Baachi
Created: 6/19/2012
Status: Merged
Merged: 7/3/2012
Merged by: @beberlei

Base: masterHead: riak


📝 Commits (6)

  • 2c1a79a Add Riak storage
  • 692e0ca CS
  • 76530e8 Replace docblocks with {@inheritDoc}
  • f4ba01a Use the right indention
  • f8c3d9d Update composer file and add riak/riak-client to the "suggest" section
  • c7050dd Replace 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/KeyValueStore/pull/6 **Author:** [@Baachi](https://github.com/Baachi) **Created:** 6/19/2012 **Status:** ✅ Merged **Merged:** 7/3/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `riak` --- ### 📝 Commits (6) - [`2c1a79a`](https://github.com/doctrine/KeyValueStore/commit/2c1a79a3eae1926e482d1ff81e5db72ebe1da54c) Add Riak storage - [`692e0ca`](https://github.com/doctrine/KeyValueStore/commit/692e0ca38deace3640c4bad3f197651ff30ade9e) CS - [`76530e8`](https://github.com/doctrine/KeyValueStore/commit/76530e8b5d0416b6ff11e0c5a63ec79da7cf6e0b) Replace docblocks with {@inheritDoc} - [`f4ba01a`](https://github.com/doctrine/KeyValueStore/commit/f4ba01af295b6270845ce2e37118dd609998572a) Use the right indention - [`f8c3d9d`](https://github.com/doctrine/KeyValueStore/commit/f8c3d9d7250206f97321202cb15999fd071a3775) Update composer file and add riak/riak-client to the "suggest" section - [`c7050dd`](https://github.com/doctrine/KeyValueStore/commit/c7050ddb968651cb4bce2055063fb49921d5dbe9) Replace version constraint in suggest section ### 📊 Changes **5 files changed** (+391 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description I added the [riak](http://wiki.basho.com/Riak.html) storage. It use the update from the [offical php-driver](https://github.com/nacmartin/riak-client). --- <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
admin closed this issue 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#42