chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
|
||||
using VectorData.ConformanceTests.Support;
|
||||
|
||||
namespace Redis.ConformanceTests.Support;
|
||||
|
||||
public class RedisHashSetFixture : VectorStoreFixture
|
||||
{
|
||||
public override TestStore TestStore => RedisTestStore.HashSetInstance;
|
||||
}
|
||||
Reference in New Issue
Block a user