Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multBy method use the incr? #45

Closed
JarvisZhu opened this issue Feb 24, 2022 · 1 comment · Fixed by #46
Closed

multBy method use the incr? #45

JarvisZhu opened this issue Feb 24, 2022 · 1 comment · Fixed by #46
Labels
bug Something isn't working good first issue Good for newcomers RedisJSON

Comments

@JarvisZhu
Copy link

public String multBy(String key, String path, long num) {
    return commandExecutor.get(incrByAsync(key, path, num));
}
@dengliming dengliming added bug Something isn't working good first issue Good for newcomers RedisJSON labels Feb 25, 2022
@dengliming
Copy link
Owner

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

@dengliming dengliming linked a pull request Feb 27, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers RedisJSON
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants