Skip to content

How to use UnstableResp3: true with ClusterClient #3261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ffly90 opened this issue Feb 4, 2025 · 1 comment · Fixed by #3266
Closed

How to use UnstableResp3: true with ClusterClient #3261

ffly90 opened this issue Feb 4, 2025 · 1 comment · Fixed by #3266
Assignees
Labels

Comments

@ffly90
Copy link

ffly90 commented Feb 4, 2025

I am trying to utilize the UnstableResp3 Option to do some RediSearch queries on my Redis Cluster instance. Is it possible to set the UnstableResp3: true option for the ClusterClient somehow? At The Moment I get an error like this, when running without this option:

025/02/04 13:22:10 http: panic serving [::1]:59094: RESP3 responses for this command are disabled because they may still change. Please set the flag UnstableResp3 .  See the [README](https://github.com/redis/go-redis/blob/master/README.md) and the release notes for guidance.
@ndyakov ndyakov self-assigned this Feb 6, 2025
@ndyakov
Copy link
Member

ndyakov commented Feb 6, 2025

@ffly90 thank you for reporting. Sounds like this is missing by mistake. Let me prepare a quick PR for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants