Skip to content

docs(redis): clarify compatibility scope#724

Open
kariebi wants to merge 1 commit into
upstash:mainfrom
kariebi:docs/fix-zrangestore-compatibility
Open

docs(redis): clarify compatibility scope#724
kariebi wants to merge 1 commit into
upstash:mainfrom
kariebi:docs/fix-zrangestore-compatibility

Conversation

@kariebi

@kariebi kariebi commented Jun 12, 2026

Copy link
Copy Markdown

Closes #632

Summary

Clarifies that the Redis compatibility page describes Upstash Redis API-level command support, not complete TypeScript SDK helper coverage.

What changed

  • Added a note to the compatibility page explaining the distinction between Redis API support and SDK command references
  • Updated the TypeScript SDK overview to point users to the SDK command reference for typed @upstash/redis helpers

Why

ZRANGESTORE is listed on the Redis compatibility page, but there is no corresponding TypeScript SDK command doc. The compatibility page links to Redis command docs and appears to describe service/API compatibility, so clarifying the scope is safer than adding a command page for an SDK method that may not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue on docs: ZRANGESTORE listed as a supported command but it is omitted from the sdk

1 participant