dengliming/redis-modules-java

multBy method use the incr?

JarvisZhu opened this issue · 1 comments

public String multBy(String key, String path, long num) {
    return commandExecutor.get(incrByAsync(key, path, num));
}

@JarvisZhu Hey, Thanks for reporting this issue. Would you be interested in helping to fix it? : )