-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getAndLock with cas #24
Comments
Also there are any equivalent thing to bucket.atomicUpdate ? Thank you |
an other question, you explain here: http://reactivecouchbase.org/#what-if-i-want-to-use-a-json-lib-other-than-play-json- I appreciate your collaboration. |
Would you be open to do a release, if we do a pull request? |
Sorry I didn't saw your message before today. About cas stuff, the API seems broken indeed and I'll be happy to accept your PR :) About Play Json, it's the standard way provided by reactive-couchbase, just import the following import org.reactivecouchbase.rs.scaladsl.json._
import play.api.libs.json._ |
Hi, currently i'm updating from the 0.5 version the version 1.
Was a very good idea to give direct access to the couchbase with the underlyingBucket 👍
Since the
unlock
method receivekey: String, cas: Long
, andgetAndLock
are not returning thatcas
.How can I unlock a key ?
Thank you.
The text was updated successfully, but these errors were encountered: