Closed
Description
Version: 4.5.1
Platform: Python 3.11 on Windows 11
from redis.asyncio.cluster import RedisCluster
client = RedisCluster()
await client.json().get("test")
raises AttributeError: 'RedisCluster' object has no attribute 'json'
Actually, it's a duplicate of #2234 which was closed without real solution
Metadata
Metadata
Assignees
Labels
No labels