evseevnn-zz / php-cassandra-binary

PHP library for Cassandra database via a binary protocol.
http://evseevnn.github.io/php-cassandra-binary/
MIT License
69 stars 33 forks source link

using v2 protocol #6

Open evseevnn-zz opened 10 years ago

noonie2k commented 10 years ago

Question: would it make more sense to aim toward the v3 protocol? v3 is used by the latest version of cqlsh (for Cassandra 2.1).

I started some work on a v3 branch but got stuck working with decimal values! Will probably revisit this soon.