Quantcast
Channel: memcache_get() giving segmentation fault - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Filip Kwiatkowski for memcache_get() giving segmentation fault

The last three parameters of memcached_get should be the pointers through which you will get informations like value, length and error code. See below: char *key = "key"; size_t value_length;...

View Article



memcache_get() giving segmentation fault

I have a following simple memcache code::::: memcached_return *rc = NULL; char *sur = "SURBHI"; memcached_set(cacheClient, "SB", strlen("SB"), sur, strlen(sur), (time_t)0, (uint32_t)0); char *value1;...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images