mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
Add ext/cassandra storage #14
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?
Originally created by @beberlei on GitHub (Oct 10, 2015).
Datastax released a Cassandra PHP Driver that we should support:
http://datastax.github.io/php-driver/
There is already a PR with experimental support in #24, but it was for a very early version of the driver.
@SenseException commented on GitHub (Dec 8, 2015):
Does this need to be reviewed again with a newer version of the driver?
@EmanueleMinotto commented on GitHub (Dec 8, 2015):
@SenseException that PR was for a pre-release, since it was started (7 months ago) the DataStax PHP driver reached a v1.0 release with many bugs fixed, I prefer to use it instead of a pre-release.