We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/lettuce-io/lettuce-core/blob/efb0b6c49b5a9b66bc4bd88c5961d64cb9d52556/src/main/java/io/lettuce/core/api/reactive/RedisKeyReactiveCommands.java#L241
Why randomkey return K instead of V?
randomkey
The text was updated successfully, but these errors were encountered:
That's a bug we need to fix.
Sorry, something went wrong.
Fix return type of randomkey #1240
d8ef525
The return type of randomkey now uses the key type. Previously the return value was declared as value type.
a253019
No branches or pull requests
https://github.com/lettuce-io/lettuce-core/blob/efb0b6c49b5a9b66bc4bd88c5961d64cb9d52556/src/main/java/io/lettuce/core/api/reactive/RedisKeyReactiveCommands.java#L241
Why
randomkey
return K instead of V?The text was updated successfully, but these errors were encountered: