When add/setting values in couchbase via the nodejs SDK I get a weird format for the CAS value. I get something like this: CouchbaseCas<9368796638995218432> instead of the format that I recognize (and is also in your documentation), which looks like this: { ‘0’: 467599872, ‘1’: 461666438 }.
I would like to know the reason and in any case it looks to me like broken code in you SDK.
Alon.