logging
This commit is contained in:
parent
c6f3bee4de
commit
ef49715655
@ -45,6 +45,10 @@ namespace BinaryDad.Coding
|
|||||||
{
|
{
|
||||||
Console.WriteLine("Did not connect to Redis.");
|
Console.WriteLine("Did not connect to Redis.");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Console.WriteLine("Connected to Redis.");
|
||||||
|
}
|
||||||
|
|
||||||
return connection;
|
return connection;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user