We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14c111 commit dea9cc7Copy full SHA for dea9cc7
lib/redis_client/cluster_config.rb
@@ -28,7 +28,7 @@ class ClusterConfig
28
attr_reader :command_builder, :client_config, :replica_affinity, :slow_command_timeout,
29
:connect_with_original_config, :startup_nodes, :max_startup_sample
30
31
- def initialize(
+ def initialize( # rubocop:disable Metrics/ParameterLists
32
nodes: DEFAULT_NODES,
33
replica: false,
34
replica_affinity: :random,
0 commit comments