You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: