Skip to content

Conversation

nkaradzhov
Copy link
Collaborator

RedisClusterType was using some type restrictions to hide some commands based on its properties. In reality, all commands should be exposed to user ( as in v4 ).

fixes #3064

Description

Describe your pull request here


Checklist

  • Does npm test pass with this change (including linting)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

RedisClusterType was using some type restrictions to
hide some commands based on its properties. In reality,
all commands should be exposed to user ( as in v4 ).

fixes redis#3064
@nkaradzhov nkaradzhov requested a review from PavelPashov August 21, 2025 21:48
@nkaradzhov nkaradzhov merged commit 672246d into redis:master Aug 26, 2025
14 checks passed
@nkaradzhov nkaradzhov deleted the fix-cluster-type branch August 26, 2025 13:35
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cluster.ft functions missing after upgrading to V5
2 participants