libMemcached is an open source C/C++ client library and tools for the memcached server.
Questions tagged [libmemcached]
110 questions
0
votes
1 answer
Asynchronous libmemcached usage
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() ->…

sourabh0612
- 93
- 1
- 11
0
votes
1 answer
"sudo make" returns error memcache setup
As per this post.
I was able to ./configure after installing libmemcache-devel, but now when I move to the next setup and run sudo make I get the following:
Making all in src
make[1]: Entering directory…

Hayden
- 361
- 4
- 18
0
votes
1 answer
where memcached spends time?
I am running some experiments with memcached on Linux (x86-64). I am generating queries to the memcached server using memslap utility. I notice that memcached spends most of time is spent on system (i.e, OS functions). I was wondering if anybody has…

Arka
- 955
- 2
- 12
- 21
-1
votes
1 answer
error: multiple types in one declaration in header define declaration
Github
In order to compile a project (sprout), I have to compile libmemcached first. During compilation it generates a config.h file, which is from config.ac I think. However, this config.h causes problem:
make all-am
make[1]: Entering directory…

Tiina
- 4,285
- 7
- 44
- 73
-1
votes
1 answer
Have error with memcache
I am trying to get someone else's php and yii framework project working. I get this error trying to run one of their files:
Error: Call to undefined function memcache_get() in /var/yaamp/web/yaamp/core/functions/memcache.php:15
That particular…

Thread7
- 1,081
- 2
- 14
- 28