# frozen_string_literal: true

require "redis/version"

class Redis
  class Cluster
    VERSION = Redis::VERSION
  end
end
