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

org.hibernate.cache.redis.jedis.JedisPipelinedCallback Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.hibernate.cache.redis.jedis;

import redis.clients.jedis.Pipeline;

/**
 * Execute method using Redis {@link redis.clients.jedis.Pipeline}
 *
 * @author [email protected]
 * @since 2013. 11. 16. 오후 1:46
 */
public interface JedisPipelinedCallback {

    /**
     * execute using Redis Pipeline.
     *
     * @param pipeline Jedis Pipeline
     */
    void execute(final Pipeline pipeline);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy