Mark Nunberg
Mark Nunberg
Should probably add a #define for the old name.
We've been using this for quite some time in redisearch and it's worked just fine.
I think any solution which leaves us with at least a clean subset of N1QL should be good. There's of course the challenge in properly managing data access.. executing "plans"...
The Java client will attempt (by default) to first connect to 11210 to obtain the initial configuration, and if that fails, connect to port 8091. The mock client does not...
I don't see where in the code you're telling the client to connect to port 8109. Also make sure nothing else is listening on that port. Also try to use...
Unfortunately I don't have the time these days to look into it. Please make sure you do not have an _actual_ couchbase server running on the same host as the...
Several issues with making CouchbaseMock listen by default on 11210: * Many of us are running Couchbase Server and CouchbaseMock on the same host * Each bucket needs its own...
In theory yes, you might need to add some additional connection parameters to help you 'point' to it, though. @daschl @subalakr
Sure, you can use the command line syntax (e.g. `-buckets). See the`-?` option for more details: ``` $ java -jar CouchbaseMock.jar -? Options are: -h --host The hostname for the...
Not at the moment. How would such an interface look like anyway? What would it accept as input? Something akin to cbdocloader?