Executes a pipeline function for each item in the sequence.
Executes a pipeline function for each item in the sequence. No response is returned.
Ensures that a new pipeline is created if the number of operations exceeds the given maxPipelineSize while iterating over the items.
jedis connection
a sequence of elements (typically keys)
function to applied for each item in the sequence
read/write config
Executes a pipeline function for each item in the sequence.
Executes a pipeline function for each item in the sequence. Doesn't sync and return the last pipeline after all operations are executed. Allows to execute more operations with the returned pipeline. The client is responsible of syncing the returned pipeline.
Ensures that a new pipeline is created if the number of operations exceeds the given maxPipelineSize while iterating over the items.
jedis connection
a sequence of elements (typically keys)
function to applied for each item in the sequence
read/write config
the last pipeline
Executes a pipeline function for each item in the sequence, returns the server response.
Executes a pipeline function for each item in the sequence, returns the server response.
Ensures that a new pipeline is created if the number of operations exceeds the given maxPipelineSize while iterating over the items.
jedis connection
a sequence of elements (typically keys)
function to applied for each item in the sequence
read/write config
response from the server