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
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.
@@ -61,8 +58,7 @@ public void TestSetInfoDefaultValue()
61
58
publicasyncTaskTestSetInfoDefaultValueAsync()
62
59
{
63
60
ResetInfoDefaults();// demonstrate first connection
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.
@@ -75,8 +71,7 @@ public async Task TestSetInfoDefaultValueAsync()
75
71
publicvoidTestSetInfoWithValue()
76
72
{
77
73
ResetInfoDefaults();// demonstrate first connection
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.
@@ -89,8 +84,7 @@ public void TestSetInfoWithValue()
89
84
publicasyncTaskTestSetInfoWithValueAsync()
90
85
{
91
86
ResetInfoDefaults();// demonstrate first connection
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.
@@ -103,8 +97,7 @@ public async Task TestSetInfoWithValueAsync()
103
97
publicvoidTestSetInfoNull()
104
98
{
105
99
ResetInfoDefaults();// demonstrate first connection
0 commit comments