## Expected Behavior Connection string should allow setting the client name as the [C# client does](https://stackexchange.github.io/StackExchange.Redis/Configuration#configuration-options) (see ClientName). ## Current Behavior go-redis does not allow client name in connection string. ## Possible Solution ``` rediss://<user>:<password>@<host>:<port>/[<db>]?[name=<client_name>] ```