On Fri, Mar 14, 2014 at 7:59 PM, Panagiotis Garefalakis
<panga...@gmail.com>wrote:

>
> Hello all,
>
> I am running some tests in my cluster and I wanted to try some of the new
> features of Cassandra like lightweight transactions and Serial Writes.
> Surprisingly I found out that Serial writes are not supported by the
> Thrift API.
>

They *are* supported by thrift. First, let me remark that both "lightweight
transactions" and "Serial Writes" are 2 names for the same thing. And in
thrift it's supported through the cas() method.

--
Sylvain



> Is there any patch available or the only way to support them is though CQL?
>
> Thanks in advance,
> Panagiotis
>

Reply via email to