blob: 889e5b2a3bf265913271d1af9d4964c3e0356b34 [file] [log] [blame]
package com.gemstone.gemfire.internal.redis;
/**
* This defines a command that can be extended,d there may need some level of abstraction
*
* @author Vitaliy Gavrilov
*
*/
public interface Extendable {
/**
*
* @return
*/
public String getArgsError();
}