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

com.lordofthejars.nosqlunit.redis.RedisConnectionCallback Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.lordofthejars.nosqlunit.redis;

import java.util.Collection;

import redis.clients.jedis.BinaryJedisCommands;
import redis.clients.jedis.Jedis;

public interface RedisConnectionCallback {

	BinaryJedisCommands insertionJedis();
	
	Jedis getActiveJedis(byte[] key);
	
	Collection getAllJedis();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy