Skip to content

Updated default redis expiration value

Dmitrii Novikov (EPAM) requested to merge fix-redis-config into master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

redisExpiration = Integer.MAX_VALUE;

What is the new/expected behavior?

redisExpiration = 300;

Merge request reports