Closed stefanak-michal closed 2 years ago
Allowed methods for pipelining: run, pull, pull_all, discard, discard_all, begin, commit, rollback, reset
Each pipelined version use the same method name with _ prefix.
_
To fetch all responses use fetchPipelineResponse method. If any of responses contains error the output array contains instance of MessageException or IgnoredException.
fetchPipelineResponse
closing #99
Allowed methods for pipelining: run, pull, pull_all, discard, discard_all, begin, commit, rollback, reset
Each pipelined version use the same method name with
_
prefix.To fetch all responses use
fetchPipelineResponse
method. If any of responses contains error the output array contains instance of MessageException or IgnoredException.closing #99