views:

246

answers:

1

I've noticed that rufus-tokyo and other apis support transactions in Tokyo Tyrant. I couldn't find any mention of the transaction support in the TT docs (http://1978th.net/tokyotyrant/spex.html#clientprog)

Is that transaction support simulated? Or is there a way to do a server-side transaction using the C api?

+4  A: 

It's Tokyo Cabinet that supports transactions.

Jonathan Feinberg