Skip to content

json().get() returns None with RedisCluster after upgrading to version 5.1.0 #3394

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
vineethvkumar opened this issue Oct 1, 2024 · 2 comments · Fixed by #3402
Closed

json().get() returns None with RedisCluster after upgrading to version 5.1.0 #3394

vineethvkumar opened this issue Oct 1, 2024 · 2 comments · Fixed by #3402
Assignees
Labels
bug Bug

Comments

@vineethvkumar
Copy link

Version: 5.1.0

Platform: Amazon Linux

Description: json().get(key) returns None after upgrading to version 5.1.0 when working with RedisCluster. The redis CLI command works fine (JSON.GET) for the same key, the issue is only with json().get() with the latest version (5.1.0). This is working as expected with version 5.0.8.

from redis import RedisCluster

redis_client = RedisCluster.from_url(url)
json = redis_client.json().get(key)
@dmaier-redislabs
Copy link
Contributor

@vineethvkumar Thank you very much for your report. We will try to reproduce and analyze the issue.

@vladvildanov Can you please take a look.

@vladvildanov
Copy link
Collaborator

Hi

Seems to be a side-effect of 5.1 release, will take a look on this

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

Successfully merging a pull request may close this issue.

3 participants