
redis.clients.jedis.timeseries.TSDecrByParams Maven / Gradle / Ivy
package redis.clients.jedis.timeseries;
/**
* Represents optional arguments of TS.DECRBY command.
*/
public class TSDecrByParams extends TSArithByParams {
public TSDecrByParams() {
}
public static TSDecrByParams decrByParams() {
return new TSDecrByParams();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy