IHandleClientDispose
Assembly: ServiceStack.Redis.dll
View Source
Declaration
public interface IHandleClientDispose
Methods
DisposeClient(RedisNativeClient)
View Source
Declaration
void DisposeClient(RedisNativeClient client)
Parameters
Type | Name |
---|---|
ServiceStack.Redis.RedisNativeClient | client |