Welcome to mirror list, hosted at ThFree Co, Russian Federation.

shared_state.rb « redis « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb3a143121bf9b7b8c8fbab4bbd29cc5ec2899a5 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Gitlab
  module Redis
    class SharedState < ::Gitlab::Redis::Wrapper
    end
  end
end