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 3fddf24 commit a9436adCopy full SHA for a9436ad
tests/StackExchange.Redis.Tests/AbortOnConnectFailTests.cs
@@ -40,7 +40,7 @@ public async Task DisconnectAndReconnectThrowsConnectionExceptionSync()
40
41
var db = conn.GetDatabase();
42
var key = Me();
43
- _ = db.Ping(); // Doesn't throw - we're connected
+ await db.PingAsync(); // Doesn't throw - we're connected
44
45
// Disconnect and don't allow re-connection
46
conn.AllowConnect = false;
0 commit comments