We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553cdba commit cbbda97Copy full SHA for cbbda97
1 file changed
docs/Resp3.md
@@ -26,9 +26,7 @@ the library is moving in the direction of *preferring* RESP3. The default behavi
26
| < 2.13 | (any) | RESP2
27
| >= 2.13 and < 3.0 | (non-AMR) | RESP2
28
| >= 2.13 and < 3.0 | [AMR](https://azure.microsoft.com/products/managed-redis) | RESP3
29
-| > 3.0<sup>†</sup> | (any) | RESP3
30
-
31
-<sup>†</sup> = planned
+| > 3.0 | (any) | RESP3
32
33
You can override this behaviour by setting the `protocol` option in the connection string, or by setting the `ConfigurationOptions.Protocol` property:
34
0 commit comments