Skip to content

ResponseError from pipelines can be extremely large #3491

Closed
@rohansingh

Description

@rohansingh

When a pipeline command results in a ResponseError, both Pipeline and ClusterPipeline include the entire original command in the exception message:

f"Command # {number} ({cmd}) of pipeline "

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions