Skip to content

Configure Redis Scale per environment

Davyd Derkach requested to merge dd/redis-scale into master

All Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [YES] I have updated the documentation accordingly.
  • [YES] My code follows the code style of this project.

Current Behavior or Linked Issues


The changes in this MR were made to be able to change Redis Cache sku tier on both redis_cache and redis_queue, separately for each environment. Variables: redis_capacity and redis_queue_sku_name were restructured to two new objects (redis_queue_tier and redis_cache_tier) The default values of variables is not changed.

Does this introduce a breaking change?


  • [NO]

Other information


Edited by Davyd Derkach

Merge request reports