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

org.xson.thirdparty.redis.AbstractClientOperation Maven / Gradle / Ivy

package org.xson.thirdparty.redis;

public abstract class AbstractClientOperation extends JedisCommandAdapter {

	abstract public void start(JedisConfig jedisConfig) throws Throwable;

	abstract public void stop();

	abstract public boolean testConnection();

	protected static String	testString	= "hello world";

	protected String		keyEncode	= "UTF-8";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy