Skip to content

Commit 9e939bf

Browse files
committed
Update IRedisClient.cs
1 parent a6057d3 commit 9e939bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ServiceStack.Interfaces/Redis/IRedisClient.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ public interface IRedisClient
8181
void SetValue(string key, string value);
8282
void SetValue(string key, string value, TimeSpan expireIn);
8383
bool SetValueIfNotExists(string key, string value);
84+
bool SetValueIfNotExists(string key, string value, TimeSpan expireIn);
8485
bool SetValueIfExists(string key, string value);
86+
bool SetValueIfExists(string key, string value, TimeSpan expireIn);
8587

8688
string GetValue(string key);
8789
string GetAndSetValue(string key, string value);

0 commit comments

Comments
 (0)