We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f893d7c commit def7463Copy full SHA for def7463
1 file changed
src/ServiceStack.Interfaces/Redis/IRedisClient.cs
@@ -21,7 +21,7 @@
21
namespace ServiceStack.Redis
22
{
23
public interface IRedisClient
24
- : IEntityStore, ICacheClientExtended
+ : IEntityStore, ICacheClientExtended, IRemoveByPattern
25
26
//Basic Redis Connection operations
27
long Db { get; set; }
0 commit comments