com.redislabs.riot.test.RedisTest Maven / Gradle / Ivy
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