Skip to content

Commit def7463

Browse files
committed
Add IRemoveByPattern to IRedisClient
1 parent f893d7c commit def7463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ServiceStack.Interfaces/Redis/IRedisClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
namespace ServiceStack.Redis
2222
{
2323
public interface IRedisClient
24-
: IEntityStore, ICacheClientExtended
24+
: IEntityStore, ICacheClientExtended, IRemoveByPattern
2525
{
2626
//Basic Redis Connection operations
2727
long Db { get; set; }

0 commit comments

Comments
 (0)