tweaks!!
This commit is contained in:
parent
fc5098c012
commit
c94d912f8b
@ -38,6 +38,7 @@ namespace BinaryDad.Coding
|
|||||||
connection.ConnectionFailed += (_, e) =>
|
connection.ConnectionFailed += (_, e) =>
|
||||||
{
|
{
|
||||||
Console.WriteLine("Connection to Redis failed.");
|
Console.WriteLine("Connection to Redis failed.");
|
||||||
|
Console.WriteLine(e.ToString());
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!connection.IsConnected)
|
if (!connection.IsConnected)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user