Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-14331 downstream: note that resp is a tech preview #10471

Merged
merged 1 commit into from Nov 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -5,6 +5,16 @@
{brandname} Server includes an experimental module that implements the link:https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md[RESP3 protocol].
The RESP endpoint allows Redis clients to connect to one or several {brandname}-backed RESP servers and perform cache operations.

//Downstream content
ifdef::downstream[]
[IMPORTANT]
====
RESP protocol endpoint is available as a technology preview feature.
====

include::{topics}/ref_tech_preview.adoc[leveloffset=+1]
endif::downstream[]

include::{topics}/proc_server_enabling_resp.adoc[leveloffset=+1]
include::{topics}/ref_redis_commands.adoc[leveloffset=+1]

Expand Down