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

See gh-17330
pull/17389/head
Andy Wilkinson 5 years ago
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…
Cancel
Save