You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/NRedisStack.Tests/Core Commands/CoreTests.cs
+4-4
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ public void TestSetInfoDefaultValue()
54
54
db.Execute(newSerializedCommand("PING"));// only the extension method of Execute (which is used for all the commands of Redis Stack) will set the library name and version.
@@ -68,7 +68,7 @@ public async Task TestSetInfoDefaultValueAsync()
68
68
awaitdb.ExecuteAsync(newSerializedCommand("PING"));// only the extension method of Execute (which is used for all the commands of Redis Stack) will set the library name and version.
@@ -82,7 +82,7 @@ public void TestSetInfoWithValue()
82
82
db.Execute(newSerializedCommand("PING"));// only the extension method of Execute (which is used for all the commands of Redis Stack) will set the library name and version.
@@ -96,7 +96,7 @@ public async Task TestSetInfoWithValueAsync()
96
96
awaitdb.ExecuteAsync(newSerializedCommand("PING"));// only the extension method of Execute (which is used for all the commands of Redis Stack) will set the library name and version.
0 commit comments