mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #24] [MERGED] Experimental Cassandra Support #55
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/24
Author: @beberlei
Created: 5/13/2015
Status: ✅ Merged
Merged: 12/13/2015
Merged by: @Ocramius
Base:
master← Head:cassandra📝 Commits (7)
5622289Initial work on Cassandra PHP Driver support.f4d0647Experimental support for cassandra php driver.8b9f731updated datastax/php-driver dependency1e9593cadded cassandra testing on travis43a1a21prevent from skipping non existing keyspace793fe5fremoved useless assignments23d6c6dmoved cassandra configuration for travis into a separate script📊 Changes
5 files changed (+297 additions, -2 deletions)
View changed files
📝
.travis.yml(+1 -2)📝
composer.json(+1 -0)➕
lib/Doctrine/KeyValueStore/Storage/CassandraStorage.php(+187 -0)➕
tests/Doctrine/Tests/KeyValueStore/Functional/Storage/CassandraTest.php(+100 -0)➕
tests/travis.sh(+8 -0)📄 Description
Using the new php driver to add Cassandra Support.
It works with the K/V part already, only the range support is now missing.
Closes https://github.com/doctrine/KeyValueStore/issues/38
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.