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
f"Command # {cmd.position+1} ({command}) of pipeline "
This exception can be extremely large, especially for commands that are sending a large blob to Redis. It would probably suffice to only include a snippet.
The text was updated successfully, but these errors were encountered:
When a pipeline command results in a
ResponseError
, bothPipeline
andClusterPipeline
include the entire original command in the exception message:redis-py/redis/client.py
Line 1504 in ceb12fe
redis-py/redis/asyncio/cluster.py
Line 1596 in ceb12fe
This exception can be extremely large, especially for commands that are sending a large blob to Redis. It would probably suffice to only include a snippet.
The text was updated successfully, but these errors were encountered: