redis-py version: 7.1.0
when use redis.asyncio.cluster.ClusterPipeline.json()
def json(self, encoder=JSONEncoder(), decoder=JSONDecoder()) -> JSON:
"""Access the json namespace, providing support for redis json."""
from .json import JSON
jj = JSON(client=self, encoder=encoder, decoder=decoder)
return jj
get_protocol_version function used when initializing JSON(...)
but redis.asyncio.cluster.ClusterPipeline dose not have attribute nodes_manager and set_response_callback