Server version is 2.5.1

I've been storing documents using the .NET client, and when trying to 
retrieve them using the latest node.js 2.0.0 client, I'm getting a 
SlowBuffer object returned instead of a javascript object.  For example:

{ cas: { '0': 792662784, '1': 1609732641 },
  value: <SlowBuffer 7b 22 63 6f 6e ...>

I believe it's similar to this very old 1.x issue 
- http://www.couchbase.com/issues/browse/JSCBC-49

I've tried setting { format: 'raw' } and { format: 'auto' } in my node 
client and I see no difference.

Is there another format that would make this work?

Is there a recommended approach to getting this to work with different 
clients?  Reading and re-storing all documents to a new server using the 
.NET client would be an option if there's a flag that I can set to make it 
more compatible with other clients.

  Nick

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to