Commit f80acb1b authored by Marc Gravell's avatar Marc Gravell

Merge branch 'master' into pipelines

# Conflicts:
#	NRediSearch.Test/RediSearchTestBase.cs
#	NRediSearch/AggregationResult.cs
#	NRediSearch/AssemblyInfo.cs
#	NRediSearch/Client.cs
#	NRediSearch/NRediSearch.csproj
parents 65ad3554 dff7ce60
...@@ -445,7 +445,6 @@ public async Task<bool> AddHashAsync(RedisKey docId, double score, bool replace) ...@@ -445,7 +445,6 @@ public async Task<bool> AddHashAsync(RedisKey docId, double score, bool replace)
{ {
info.Add((string)res[i], (RedisValue)val); info.Add((string)res[i], (RedisValue)val);
} }
} }
return info; return info;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment