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

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

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

import redis.clients.jedis.Pipeline;

public interface PipelineCallback {

	void doInPipeline(Pipeline pipeline, Object... args);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy