11 lines
273 B
C#
11 lines
273 B
C#
// Copyright (c) Microsoft. All rights reserved.
|
|
|
|
using VectorData.ConformanceTests.Support;
|
|
|
|
namespace Redis.ConformanceTests.Support;
|
|
|
|
public class RedisHashSetFixture : VectorStoreFixture
|
|
{
|
|
public override TestStore TestStore => RedisTestStore.HashSetInstance;
|
|
}
|