We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be88b97 + 0e4a079 commit d7b6badCopy full SHA for d7b6bad
worker/src/Worker/Program.cs
@@ -104,7 +104,7 @@ vote VARCHAR(255) NOT NULL
104
105
private static ConnectionMultiplexer OpenRedisConnection(string hostname)
106
{
107
- // 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
108
var ipAddress = GetIp(hostname);
109
Console.WriteLine($"Found redis at {ipAddress}");
110
0 commit comments