top.netkit.redis.client.command.ScriptCommandExecutor Maven / Gradle / Ivy
The newest version!
package top.netkit.redis.client.command;
import java.util.List;
/**
* script command executor
* @author shixinke
*/
public interface ScriptCommandExecutor {
/**
* execute the script
* @param key key
* @param script script
* @param readonly script running mode
* @param keys keys
* @param args arguments
* @param clazz return type
* @return V
*/
V eval(String key, String script, boolean readonly, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy