cnblogs / EnyimMemcachedCore

.NET Memcached client. Available on https://www.nuget.org/packages/EnyimMemcachedCore
Apache License 2.0
162 stars 45 forks source link

keepalive config #95

Closed kekekeke4 closed 5 years ago

kekekeke4 commented 5 years ago

can i config the keepalive options to the memcached server

cnblogs-dudu commented 5 years ago

KeepAlive is enabled.

socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.KeepAlive, true);