Node.js Mock mutateIn Support

Are there plans for adding bucket.mutateIn in the mock server?

What mock server are you referring to?

I’m referring to the mock version of the library included in couchnode

var couchbase = require('couchbase').Mock;
var db = new couchbase.Cluster();
var bucket = cluster.openBucket();

//bucket.mutateIn() does not exist

Hey @snake,

Our built in mock is updated on a delayed basis as it is not actually considered part of our public API. I’d be happy to accept a Pull Request updating it to be included, otherwise it will likely be updated in the next few months.

Cheers, Brett

1 Like