Question

I am using memcache through SpyMemcached client . I want to ask that how can i close the tcp connection after using it. I dont know the method .

Was it helpful?

Solution

There is a shutdown() (apidocs) function in the MemcachedClient class.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top