-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add support for ZPOPMIN
and ZPOPMAX
commands including blocking variants
#2007
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
Comments
Thanks for reaching out. We're happy to review a pull request that introduces this functionality. Until then you can use |
Can you help me? thank you
java.lang.IllegalStateException: io.lettuce.core.output.ByteArrayOutput does not support set(double)
|
When using Lettuce, you need to provide a Spring Data Redis doesn't have yet command output hints for these commands. |
ZPOPMIN
and ZPOPMAX
commands including blocking variants
We now support ZPOPMIN, BZPOPMIN, ZPOPMAX and BZPOPMAX through the Template API for all drivers. Closes #2007
Improve Javadoc. Add static factory methods for easier RedisZSet construction. See #2007
We now support ZPOPMIN, BZPOPMIN, ZPOPMAX and BZPOPMAX through the Template API for all drivers. Closes #2007
Improve Javadoc. Add static factory methods for easier RedisZSet construction. See #2007
We now support ZPOPMIN, BZPOPMIN, ZPOPMAX and BZPOPMAX through the Template API for all drivers. Closes #2007
Improve Javadoc. Add static factory methods for easier RedisZSet construction. See #2007
Very nice to get support for these commands! Any idea yet when this will be available in a released version? |
redisTemplate is not suport zpopmin、zpopmax instructions?
The text was updated successfully, but these errors were encountered: