class Redis::Cluster::Command

def dig_details(command, key)

def dig_details(command, key)
  name = command.first.to_s
  return unless @details.key?(name)
  @details.fetch(name).fetch(key)
end