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

com.redislabs.riot.test.RedisTest Maven / Gradle / Ivy

There is a newer version: 1.11.2
Show newest version
package com.redislabs.riot.test;

import io.lettuce.core.api.sync.BaseRedisCommands;
import redis.clients.jedis.Jedis;

public interface RedisTest {

	void execute(Jedis jedis) throws Exception;

	void execute(BaseRedisCommands commands) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy