Commit 61f7bff8 authored by Marc Gravell's avatar Marc Gravell

remove connect log from test console

parent b8d07acb
......@@ -22,7 +22,7 @@ static void Main()
stopwatch.Start();
var taskList = new List<Task>();
var connection = ConnectionMultiplexer.Connect("127.0.0.1", Console.Out);
var connection = ConnectionMultiplexer.Connect("127.0.0.1");
for (int i = 0; i < taskCount; i++)
{
var i1 = i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment