Skip to content

Add support for JSON commands in Async Cluster #2600

Closed
@baltika10

Description

@baltika10

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions