From 07321a976fed1a5861d78a8235aa4f358987d052 Mon Sep 17 00:00:00 2001 From: Dominika Vagnerova Date: Tue, 22 Nov 2022 13:01:48 +0100 Subject: [PATCH] ISPN-14331 add note that resp is a tech preview --- .../main/asciidoc/stories/assembly_resp_endpoint.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/src/main/asciidoc/stories/assembly_resp_endpoint.adoc b/documentation/src/main/asciidoc/stories/assembly_resp_endpoint.adoc index 4e965552297e..fbbc53ffea81 100644 --- a/documentation/src/main/asciidoc/stories/assembly_resp_endpoint.adoc +++ b/documentation/src/main/asciidoc/stories/assembly_resp_endpoint.adoc @@ -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]