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

Added setMultiple to CassandraColumnFamily #19

Closed madhandennis closed 12 years ago

madhandennis commented 12 years ago

Added setMultiple to CassandraColumnFamily to support inserting multiple rows and columns in a single request for both standard Column Family as well as Super Column Family.

Updated the example code as well

kallaspriit commented 12 years ago

Thanks for the contribution :)

madhandennis commented 12 years ago

Thanks for accepting the pull request :D

Will send in more when I add more stuff... Cheers ~~~