Skip to content

[Task] Add response value checks and converters for batch #3805

Open
@Yury-Fridlyand

Description

@Yury-Fridlyand

Description

All clients return batch response as object[] without

  1. type checking for each entry
  2. type conversion where it is relevant

For example, for DEL command, the value in the response array is object, not a number (so value comparison requires type casting). Some commands with complex responses have response conversion for usability and it is also missing for batch responses (e.g. FUNCTION STATS).

Checklist

Additional Notes

Related to #2147

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureAdditional feature, big or small

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions