1

I have a multi threaded evn. And I have to put/update two keys or not to update any keys. Does Membase supports it ? Is there any strategy I can follow ?

Arjit
  • 565
  • 9
  • 27

1 Answers1

0

While there is not strict transaction support on Couchbase, there is an operation called GETL which can help with these kinds of scenarios. Have a look at the description in the Couchbase Server 2.0 manual.

Matt Ingenthron
  • 1,894
  • 14
  • 14