Fix typo in the comment
This commit is contained in:
parent
be88b97db1
commit
0e4a079691
@ -104,7 +104,7 @@ namespace Worker
|
|||||||
|
|
||||||
private static ConnectionMultiplexer OpenRedisConnection(string hostname)
|
private static ConnectionMultiplexer OpenRedisConnection(string hostname)
|
||||||
{
|
{
|
||||||
// Use IP address to workaround hhttps://github.com/StackExchange/StackExchange.Redis/issues/410
|
// Use IP address to workaround https://github.com/StackExchange/StackExchange.Redis/issues/410
|
||||||
var ipAddress = GetIp(hostname);
|
var ipAddress = GetIp(hostname);
|
||||||
Console.WriteLine($"Found redis at {ipAddress}");
|
Console.WriteLine($"Found redis at {ipAddress}");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user