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

Support increment #9

Closed eklinger closed 12 years ago

eklinger commented 12 years ago

It would be great if Cassandra PHP library could support the increment command for distributed counter columns.

vkartaviy commented 12 years ago

Is this library still maintained?

madhandennis commented 12 years ago

In case you are still looking for this, here is a snippet that will add counter support for you:

https://github.com/kallaspriit/Cassandra-PHP-Client-Library/issues/14

kallaspriit commented 12 years ago

It is still maintained, I'm just about to add support for increments :)