Skip to content

Commit 6212901

Browse files
committed
Polish "Add 'client-name' property to specify a Redis client name"
See gh-17330
1 parent f877caf commit 6212901

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/redis

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/redis/RedisProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class RedisProperties {
7272
private Duration timeout;
7373

7474
/**
75-
* Configure a clientName to be set with CLIENT SETNAME.
75+
* Client name to be set on connections with CLIENT SETNAME.
7676
*/
7777
private String clientName;
7878

0 commit comments

Comments
 (0)