gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17.4k stars 1.74k forks source link

Redis RESP3 Protocol support #33922

Open smallinsky opened 11 months ago

smallinsky commented 11 months ago

What

Added Support for RESP3 Redis protocol.

Details:

Teleport docs:

Redis 7.0 and RESP3 (Redis Serialization Protocol) are currently not supported.

The RESP3 Protocol was introduced in Redis 7.0 and brings new data types and commands. It supports a wider range of data types and lays the groundwork for potential client-side caching in future releases.

At present, the Teleport Redis integration with Redis versions greater than 7.0 with REST3 protocol forces a protocol downgrade to RESP2.

It is recommended that the Teleport Redis engine be enhanced to provide native support for the RESP3 Redis protocol instead of downgrading connections to RESP2.

zmb3 commented 11 months ago

Duplicate of #13202?