We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a2fb5 commit 0801a6dCopy full SHA for 0801a6d
lib/redis_client/cluster_config.rb
@@ -44,7 +44,6 @@ def initialize( # rubocop:disable Metrics/ParameterLists
44
slow_command_timeout: SLOW_COMMAND_TIMEOUT,
45
command_builder: ::RedisClient::CommandBuilder,
46
max_startup_sample: MAX_STARTUP_SAMPLE,
47
- id: nil,
48
**client_config
49
)
50
@@ -61,7 +60,7 @@ def initialize( # rubocop:disable Metrics/ParameterLists
61
60
@client_implementation = client_implementation
62
@slow_command_timeout = slow_command_timeout
63
@max_startup_sample = max_startup_sample
64
- @id = id
+ @id = client_config[:id]
65
end
66
67
def inspect
0 commit comments