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
RedisOperations interface's method hasKey has documentation that does not specify what it returns and if it is null during pipelining.
hasKey
spring-data-redis/src/main/java/org/springframework/data/redis/core/RedisOperations.java
Line 181 in b975572
The text was updated successfully, but these errors were encountered:
Adds missing javadocs for has key
228648c
fixes gh-3049
Added missing javadocs about what the method returns and about nullab…
83d719c
…ility fixes gh-3049
Adds missing javadocs for RedisOperations.hasKey().
RedisOperations.hasKey()
d334077
Also, added missing javadocs about what the method returns and about nullability. Closes #3049 Original pull request: #3055
Polishing.
df2f546
Tweak Javadoc wording for execute(…) with callback methods. See #3049 Original pull request: #3055
2298a86
d124280
3e16cc1
49f3f4e
marcingrzejszczak
Successfully merging a pull request may close this issue.
RedisOperations interface's method
hasKey
has documentation that does not specify what it returns and if it is null during pipelining.spring-data-redis/src/main/java/org/springframework/data/redis/core/RedisOperations.java
Line 181 in b975572
The text was updated successfully, but these errors were encountered: