Class: RedisClient::Cluster::InitialSetupError
- Defined in:
- lib/redis_client/cluster/errors.rb
Class Method Summary collapse
Methods inherited from Error
Class Method Details
.from_errors(errors) ⇒ Object
20 21 22 23 |
# File 'lib/redis_client/cluster/errors.rb', line 20 def self.from_errors(errors) msg = ERR_ARG_NORMALIZATION.call(errors).map(&:message).uniq.join(',') new("Redis client could not fetch cluster information: #{msg}") end |