• Heinrich Lee Yu's avatar
    Use only one Redis cache connection pool · bf51dab8
    Heinrich Lee Yu authored
    We're currently using 2 connection pools when connecting to the
    Redis cache instance. This makes Rails.cache and Gitlab::Redis::Cache
    use the same pool so that we can reuse connections more efficiently.
    bf51dab8
share-redis-cache-connection-pool.yml 137 Bytes