Polish "Add 'client-name' property to specify a Redis client name"

See gh-17330
This commit is contained in:
Andy Wilkinson 2019-06-29 21:24:57 +01:00
parent f877caf118
commit 6212901bc1
1 changed files with 1 additions and 1 deletions

View File

@ -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;