Memcached getStats not working with Couchbase

@drigby
So in summary:

  • When using smart SDK (e.g. PHP SDK) Couchbase’s memcached bucket uses 8091 (Nothing to do with the port I assigned)
  • When using vanilla memcached clients I have to connect via Moxi Memcached Proxy (with the port I assigned to the memcached bucket). And since 11210 is not available or reachable, so I guess no way for getStats() works for vanilla memcached clients?