kallaspriit / Cassandra-PHP-Client-Library

Cassandra PHP-based client library for managing and querying your Cassandra cluster
http://cassandra-php-client-library.com
103 stars 25 forks source link

Is the local_quorum consistency level available with this toolkit? #15

Closed davidpatten closed 12 years ago

davidpatten commented 12 years ago

I do not, off-hand, see some of the more recent consistency levels implemented as constants in the tookit? Such as TWO, THREE, LOCAL_QUORUM, and EACH QUORUM. Are they easily available by adding additional constants?

madhandennis commented 12 years ago

Actually they are there already. Take a look at https://github.com/kallaspriit/Cassandra-PHP-Client-Library/blob/master/thrift/packages/cassandra/cassandra_types.php and you can find the constants you will need to use.

kallaspriit commented 12 years ago

Added the constants, You are welcome to fix such issues and create a pull request :)