문제

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 .

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top