All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.risedragone.jedis.PipelineCallback Maven / Gradle / Ivy

The newest version!
package com.github.risedragone.jedis;

import redis.clients.jedis.Pipeline;

public interface PipelineCallback {

	void doInPipeline(Pipeline pipeline);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy