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.
1 parent be88b97 commit 0e4a079Copy full SHA for 0e4a079
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