Skip to content

docs(redis): clarify compatibility scope#724

Merged
CahidArda merged 1 commit into
upstash:mainfrom
kariebi:docs/fix-zrangestore-compatibility
Jul 10, 2026
Merged

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

Conversation

@kariebi

@kariebi kariebi commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

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.

@CahidArda CahidArda left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@CahidArda CahidArda merged commit 25ec55e into upstash:main Jul 10, 2026
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

2 participants