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 aba8dda commit 41aab7eCopy full SHA for 41aab7e
tests/NRedisStack.Tests/Search/SearchTests.cs
@@ -430,7 +430,7 @@ public void TestAlias(string endpointId)
430
{
431
Assert.True(ft.AliasAdd("ALIAS1", index));
432
}
433
- catch (RedisServerException rse)
+ catch (RedisServerException rse)
434
435
Skip.If(rse.Message.StartsWith("CROSSSLOT"), "legacy failure");
436
throw;
@@ -468,7 +468,7 @@ public async Task TestAliasAsync(string endpointId)
468
469
Assert.True(await ft.AliasAddAsync("ALIAS1", index));
470
471
472
473
474
0 commit comments