Cache Key Value / Meta data

When I select all content from my bucket on couchbase I see something like <binary <100 b>> as my cache key value but when I check the meta data I see the actual cache key name I want. Any idea why this is?

I am new to using couchbase slight_smile:

SDK: PHP

You can store the document any format. But N1QL documents needs to be valid JSON format. If it is not JSON document, N1QL returns as binary. In your case it is binary of 100 bytes length.

1 Like