pingles / clj-hector

Simple Cassandra client for Clojure
42 stars 19 forks source link

Add 'replicate on write' option to make-column-family #47

Closed spelliott closed 11 years ago

spelliott commented 11 years ago

Added this option as I found it useful when creating a counter column family, to store with consistency level > ONE (Cassandra errors on trying to increment the counter, unless the column family has replicate on write = true)

pingles commented 11 years ago

Thank you for contributing your work.

I've pulled in the changes and release 0.2.9 to Clojars with your changes.

Paul