Skip to content

Commit a7c59e1

Browse files
committed
Add GetStringCount() to IRedisClient
1 parent a964204 commit a7c59e1

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

lib/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

src/ServiceStack.Interfaces/Redis/IRedisClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public interface IRedisClient
113113

114114
string Type(string key);
115115
RedisKeyType GetEntryType(string key);
116+
long GetStringCount(string key);
116117
string GetRandomKey();
117118
bool ExpireEntryIn(string key, TimeSpan expireIn);
118119
bool ExpireEntryAt(string key, DateTime expireAt);

0 commit comments

Comments
 (0)