multBy method use the incr?
JarvisZhu opened this issue · 1 comments
JarvisZhu commented
public String multBy(String key, String path, long num) {
return commandExecutor.get(incrByAsync(key, path, num));
}
dengliming commented
@JarvisZhu Hey, Thanks for reporting this issue. Would you be interested in helping to fix it? : )