Skip to content

Commit

Permalink
Adds missing javadocs for has key
Browse files Browse the repository at this point in the history
fixes gh-3049
  • Loading branch information
marcingrzejszczak committed Nov 25, 2024
1 parent b975572 commit 228648c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <T> T execute(RedisScript<T> script, RedisSerializer<?> argsSerializer, RedisSer
* Determine if given {@code key} exists.
*
* @param key must not be {@literal null}.
* @return
* @return {@literal true} if key exists. {@literal null} when used in pipeline / transaction.
* @see <a href="https://redis.io/commands/exists">Redis Documentation: EXISTS</a>
*/
@Nullable
Expand Down

0 comments on commit 228648c

Please sign in to comment.