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

Commit c607fe2

Browse files
committed
Merge branch 'master' of https://github.com/ServiceStack/ServiceStack.Redis into netcore
2 parents 49a82af + 2f7a5f5 commit c607fe2

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

lib/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Text.dll

512 Bytes
Binary file not shown.

lib/signed/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

lib/signed/ServiceStack.Text.dll

1 KB
Binary file not shown.

src/ServiceStack.Redis/RedisLock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public RedisLock(RedisClient redisClient, string key, TimeSpan? timeOut)
1515
this.redisClient = redisClient;
1616
this.key = key;
1717

18-
ExecExtensions.RetryUntilTrue(
18+
ExecUtils.RetryUntilTrue(
1919
() =>
2020
{
2121
//This pattern is taken from the redis command for SETNX http://redis.io/commands/setnx

0 commit comments

Comments
 (0)