We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ef34a commit f1ebf4eCopy full SHA for f1ebf4e
tests/NRedisStack.Tests/RedisFixture.cs
@@ -26,6 +26,7 @@ public RedisResult[] ExecuteInTransaction(Tuple<string, string[]>[] commandArgsT
26
{
27
var transaction = _db.CreateTransaction();
28
var tasks = new List<Task<RedisResult>>();
29
+
30
foreach (var tuple in commandArgsTuples)
31
32
tasks.Add(transaction.ExecuteAsync(tuple.Item1, tuple.Item2));
0 commit comments