This commit is contained in:
Ryan Peters 2024-01-17 20:07:30 -05:00
parent c6f3bee4de
commit ef49715655

View File

@ -45,6 +45,10 @@ namespace BinaryDad.Coding
{
Console.WriteLine("Did not connect to Redis.");
}
else
{
Console.WriteLine("Connected to Redis.");
}
return connection;
};