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 c1ff305 commit 63848d6Copy full SHA for 63848d6
1 file changed
src/StackExchange.Redis/VectorSetSimilaritySearchResult.cs
@@ -25,6 +25,7 @@ public readonly struct VectorSetSimilaritySearchResult(RedisValue member, double
25
/// </summary>
26
#if NET8_0_OR_GREATER
27
[StringSyntax(StringSyntaxAttribute.Json)]
28
+#endif
29
public string? AttributesJson { get; } = attributesJson;
30
31
/// <inheritdoc/>
0 commit comments