Back to Redis

September 2023

content/operate/rc/changelog/2023/september-2023.md

latest462 B
Original Source

New features

RESP protocol selection

For all databases using Redis 7.2, you can now choose between the RESP2 and RESP3 protocols when you [create a database]({{< relref "/operate/rc/databases/create-database" >}}). For more information about the different RESP versions, see the [Redis serialization protocol specification]({{< relref "/develop/reference/protocol-spec" >}}#resp-versions).

Opt-in to Redis 7.2

{{< embed-md "rc-opt-in-to-72.md" >}}