**Version**: 4.5.1 **Platform**: Python 3.11 on Windows 11 ```python 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