Add ClusterRepositoryCache class for migration
Gitlab::Redis::ClusterRepositoryCache will connect to a Redis Cluster for .com deployment and help migrate repository cache workload from Gitlab::Redis::RepositoryCache. Changelog: other
显示
- config/feature_flags/gitlab_com_derisk/use_primary_and_secondary_stores_for_repository_cache.yml 9 个添加, 0 个删除...use_primary_and_secondary_stores_for_repository_cache.yml
- config/feature_flags/gitlab_com_derisk/use_primary_store_as_default_for_repository_cache.yml 9 个添加, 0 个删除...isk/use_primary_store_as_default_for_repository_cache.yml
- lib/gitlab/redis.rb 1 个添加, 0 个删除lib/gitlab/redis.rb
- lib/gitlab/redis/cluster_repository_cache.rb 14 个添加, 0 个删除lib/gitlab/redis/cluster_repository_cache.rb
- lib/gitlab/redis/multi_store.rb 13 个添加, 7 个删除lib/gitlab/redis/multi_store.rb
- lib/gitlab/redis/repository_cache.rb 5 个添加, 1 个删除lib/gitlab/redis/repository_cache.rb
- spec/lib/gitlab/redis/cluster_repository_cache_spec.rb 7 个添加, 0 个删除spec/lib/gitlab/redis/cluster_repository_cache_spec.rb
- spec/lib/gitlab/redis/repository_cache_spec.rb 6 个添加, 0 个删除spec/lib/gitlab/redis/repository_cache_spec.rb
加载中
想要评论请 注册 或 登录