Asynchronous libmemcached usage

383 Views Asked by At

I want to use the method memcached_mget_execute() to retrieve values from a memcached server. But I get the following error message: "ACTION NOT SUPPORTED, ASCII protocol is not supported for memcached_mget_execute_by_key() -> libmemcached/get.cc:437"

Also someone please provide me some good resources for using libmemcached strictly in C

1

There are 1 best solutions below

0
On

you should change ASCII protocol to BINARY protocol and try again.