From 4241c4b17deec9c6dd7d490a751c6bc5ceb1b36f Mon Sep 17 00:00:00 2001 From: kariebi Date: Fri, 12 Jun 2026 09:37:10 +0100 Subject: [PATCH] docs(redis): clarify compatibility scope --- llms-full.txt | 6 +++++- redis/overall/compatibility.mdx | 3 +++ redis/sdks/ts/overview.mdx | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/llms-full.txt b/llms-full.txt index 84d9759c..83e7b2e7 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -18695,6 +18695,9 @@ Source: https://upstash.com/docs/redis/overall/compatibility Upstash supports Redis client protocol up to version `8.2`. We are also gradually adding changes introduced in later versions. +This page lists Redis command support at the Upstash Redis API level. SDK command references may cover a smaller set of typed helpers. +For example, see the [TypeScript SDK command reference](/docs/redis/sdks/ts/commands/overview) for the commands documented in `@upstash/redis`. + Most of the unsupported items are in our roadmap. If you need a feature that we do not support, please drop a note to [support@upstash.com](mailto:support@upstash.com). So we can inform you when we are planning to support it. @@ -22161,7 +22164,8 @@ It is the only connectionless (HTTP based) Redis client and designed for: See [the list of APIs](/docs/redis/features/restapi#rest-redis-api-compatibility) -supported. +supported by the Upstash REST API. For typed `@upstash/redis` command helpers, +see the [TypeScript SDK command reference](/docs/redis/sdks/ts/commands/overview). # Auto-Pipelining Source: https://upstash.com/docs/redis/sdks/ts/pipelining/auto-pipeline diff --git a/redis/overall/compatibility.mdx b/redis/overall/compatibility.mdx index 45179eff..4f267b72 100755 --- a/redis/overall/compatibility.mdx +++ b/redis/overall/compatibility.mdx @@ -9,6 +9,9 @@ sidebarTitle: "Compatibility" Upstash supports Redis client protocol up to version `8.2`. We are also gradually adding changes introduced in later versions. +This page lists Redis command support at the Upstash Redis API level. SDK command references may cover a smaller set of typed helpers. +For example, see the [TypeScript SDK command reference](/redis/sdks/ts/commands/overview) for the commands documented in `@upstash/redis`. + Most of the unsupported items are in our roadmap. If you need a feature that we do not support, please drop a note to [support@upstash.com](mailto:support@upstash.com). So we can inform you when we are planning to support it. diff --git a/redis/sdks/ts/overview.mdx b/redis/sdks/ts/overview.mdx index 6026db33..7f3fc2bb 100644 --- a/redis/sdks/ts/overview.mdx +++ b/redis/sdks/ts/overview.mdx @@ -24,4 +24,5 @@ It is the only connectionless (HTTP based) Redis client and designed for: See [the list of APIs](/redis/features/restapi#rest-redis-api-compatibility) -supported. +supported by the Upstash REST API. For typed `@upstash/redis` command helpers, +see the [TypeScript SDK command reference](/redis/sdks/ts/commands/overview).