diff --git a/RediSearchClient.IntegrationTests/GetIndexInfo.cs b/RediSearchClient.IntegrationTests/GetIndexInfo.cs index b56bd54..f238fdc 100644 --- a/RediSearchClient.IntegrationTests/GetIndexInfo.cs +++ b/RediSearchClient.IntegrationTests/GetIndexInfo.cs @@ -25,7 +25,7 @@ public async Task CanReturnAttributesAsync() private void CreateTestInfoData() { var index = RediSearchIndex - .On(RediSearchStructure.HASH) + .OnHash() .ForKeysWithPrefix($"{_recordPrefix}:") .WithSchema(x => x.Text("first_name")) .Build(); diff --git a/RediSearchClient/DatabaseExtensionsAsync.cs b/RediSearchClient/DatabaseExtensionsAsync.cs index 617c054..4365dd7 100644 --- a/RediSearchClient/DatabaseExtensionsAsync.cs +++ b/RediSearchClient/DatabaseExtensionsAsync.cs @@ -64,7 +64,7 @@ public static async Task AggregateAsync(this IDatabase db, Redi { var redisResult = await db.ExecuteAsync(RediSearchCommand.AGGREGATE, aggregateDefinition.Fields); - return AggregateResult.From(redisResult); ; + return AggregateResult.From(redisResult); } /// diff --git a/RediSearchClient/RediSearchClient.csproj b/RediSearchClient/RediSearchClient.csproj index fb6087b..4eaeea9 100644 --- a/RediSearchClient/RediSearchClient.csproj +++ b/RediSearchClient/RediSearchClient.csproj @@ -3,17 +3,17 @@ netstandard2.0;net472;net461 true - Tom Hanks + Tom Hanks (tombatron), Daniel Leach (leachdaniel) - 0.12.0.0 - 0.12.0.0 - 0.12.0 + 1.0.0.0 + 1.0.0.0 + 1.0.0 A series of extension methods for use with StackExchange.Redis 2.x and the RediSearch 2.x Redis module. false https://github.com/tombatron/RediSearchClient https://github.com/tombatron/RediSearchClient true - 0.14.0 + 1.0.0