I would like to request the addition of a means to set / configure the JedisClientConfig.clientSetInfoConfig property.
As of right now, there is not a clear path to set clientSetInfoConfig on the JedisClientConfig instance within the JedisConnectionFactory. This property is already present on currently released Jedis artifacts Jedis v5.1.5 Example.
The use case for this request is that in some instances, it would be useful to set this property to disabled, (ClientSetInfoConfig.DISABLED) instead of the ClientSetInfoConfig.DEFAULT value.