Storing []byte into memcached bucket

Hi,

How would i store a []byte into a bucket?

It seems like storing happens, byt when i try to Get into []byte, SDK throws an error saying i have to pass an interface…
How would i do it?

Done using custom transcoder

Hey @arkadyb,

You should also have been able to pass a pointer to a []byte into the storage methods.

Cheers, Brett

Which SDK did you use to store the memcached bucket?

gocb???