Memcached bucket Exists (IBucket) method

Hi,

I tried to use Exists method on IBucket with memcached bucket and it always return false. In the same time method Get works and return a value.

Is there something i miss?

@arkadyb -

The MemcachedBucket.Exists uses Observe, which is not supported by memcached buckets. There is ticket to re-implement it using a different method: http://issues.couchbase.com/browse/NCBC-953

-Jeff