Skip to content

Commit

Permalink
Merge pull request quarkusio#38525 from benediktwerner/patch-1
Browse files Browse the repository at this point in the history
Fix typo in RedisClientConfig JavaDoc
  • Loading branch information
gsmet authored Feb 1, 2024
2 parents 668284e + 30605df commit f23349c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public interface RedisClientConfig {
Duration reconnectInterval();

/**
* Should the client perform {@code RESP protocol negotiation during the connection handshake.
* Should the client perform {@code RESP} protocol negotiation during the connection handshake.
*/
@WithDefault("true")
boolean protocolNegotiation();
Expand Down

0 comments on commit f23349c

Please sign in to comment.