Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions redis/overall/compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion redis/sdks/ts/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).