mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #14] [MERGED] Add Redis support #51
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/14
Author: @marcelaraujo
Created: 2/8/2013
Status: ✅ Merged
Merged: 2/17/2015
Merged by: @beberlei
Base:
master← Head:master📝 Commits (8)
e72ef60Adding Redis support and fix the missing class in the readme example.2269b27Adding some fixes to follow coding style standards.fa5e715Adding some improvements.8fe303cRemove doc annotations.5d9013dUpdated RedisStorage and added tests.f43bed1Adding space betweenifandbracket12c2abdMerge pull request #20 from pierredup/patch-190cd03dMerge 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.