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

Commit 358308e

Browse files
committed
remove .Fmt
1 parent 21f1c32 commit 358308e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Redis/RedisSentinel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public IRedisClientsManager Start()
162162
var parts = SentinelHosts[i].SplitOnLast(':');
163163
if (parts.Length == 1)
164164
{
165-
SentinelHosts[i] = parts[0] + ":{0}".Fmt(RedisConfig.DefaultPortSentinel);
165+
SentinelHosts[i] = parts[0] + ":" + RedisConfig.DefaultPortSentinel;
166166
}
167167
}
168168

0 commit comments

Comments
 (0)