Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 232fccb

Browse files
committed
Add new IHandleClientDispose interface shared by Pooled Managers
1 parent 126e68b commit 232fccb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace ServiceStack.Redis
2+
{
3+
public interface IHandleClientDispose
4+
{
5+
void DisposeClient(RedisNativeClient client);
6+
}
7+
}

0 commit comments

Comments
 (0)