Polish "Add 'client-name' property to specify a Redis client name"
See gh-17330
This commit is contained in:
parent
f877caf118
commit
6212901bc1
|
|
@ -72,7 +72,7 @@ public class RedisProperties {
|
|||
private Duration timeout;
|
||||
|
||||
/**
|
||||
* Configure a clientName to be set with CLIENT SETNAME.
|
||||
* Client name to be set on connections with CLIENT SETNAME.
|
||||
*/
|
||||
private String clientName;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue