This commit is contained in:
Ryan Peters 2024-01-17 19:49:18 -05:00
parent fc5098c012
commit c94d912f8b

View File

@ -38,6 +38,7 @@ namespace BinaryDad.Coding
connection.ConnectionFailed += (_, e) =>
{
Console.WriteLine("Connection to Redis failed.");
Console.WriteLine(e.ToString());
};
if (!connection.IsConnected)