Update Rails application to use redis-repository-cache
Requirements:
-
Add new instance of Gitlab::Redis::RepositoryCache -
Use the new instance of Gitlab::Redis::RepositoryCache-
To be used in Gitlab::RepositoryCache,Gitlab::RepositoryHashcache,Gitlab::RepositorySetCache -
Introduced via MultiStore feature flags to migrate the data naturally.
-
-
Add the repository_cacheinstance in config/README.md
Edited by Sylvester Chin