Skip to content

Commit cbbda97

Browse files
authored
Update RESP3 documentation for version support
3.0 is GA now
1 parent 553cdba commit cbbda97

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/Resp3.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ the library is moving in the direction of *preferring* RESP3. The default behavi
2626
| < 2.13 | (any) | RESP2
2727
| >= 2.13 and < 3.0 | (non-AMR) | RESP2
2828
| >= 2.13 and < 3.0 | [AMR](https://azure.microsoft.com/products/managed-redis) | RESP3
29-
| &gt; 3.0<sup>†</sup> | (any) | RESP3
30-
31-
<sup>†</sup> = planned
29+
| &gt; 3.0 | (any) | RESP3
3230

3331
You can override this behaviour by setting the `protocol` option in the connection string, or by setting the `ConfigurationOptions.Protocol` property:
3432

0 commit comments

Comments
 (0)