Skip to content

Commit

Permalink
Correct description of overrides for spring.redis.url
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and wilkinsona committed Jul 21, 2023
1 parent 1b34292 commit 1effd37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class RedisProperties {
private int database = 0;

/**
* Connection URL. Overrides host, port, and password. User is ignored. Example:
* Connection URL. Overrides host, port, username, and password. Example:
* redis://user:[email protected]:6379
*/
private String url;
Expand Down

0 comments on commit 1effd37

Please sign in to comment.