gitlab-org--gitlab-foss/lib/gitlab/markdown_cache
Mario de la Ossa e5705f5c54
Banzai - avoid redis if attr is in DB cache
When cache_collection_render runs we end up reading and writing
things to redis even if we already have the rendered field cached
in the DB. This commit avoids using redis at all whenever we have
the field already rendered in the DB cache.
2019-07-10 21:35:43 -06:00
..
active_record Banzai - avoid redis if attr is in DB cache 2019-07-10 21:35:43 -06:00
redis Banzai - avoid redis if attr is in DB cache 2019-07-10 21:35:43 -06:00
field_data.rb