thanks for sharing that info. I haven't needed to use CAS yet and haven't bothered to look at it. I'll have to document that for hector.
On Sat, Mar 15, 2014 at 5:45 AM, Sylvain Lebresne <[email protected]>wrote: > On Fri, Mar 14, 2014 at 7:59 PM, Panagiotis Garefalakis < > [email protected]> 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 >> > >
