Redis
1. Using simple Redis application-local.yaml file spring : data : redis : host : localhost port : 6379 datasource : username : msiamuser password : msiampass123 url : jdbc:postgresql://localhost:5432/iam_db driverClassName : org.postgresql.Driver type : com.zaxxer.hikari.HikariDataSource hikari : minimum-idle : 5 maximum-pool-size : 20 idle-timeout : 30000 connection-timeout : 30000 max-lifetime : 1800000 pool-name : MsIamHikariCP connection-test-query : SELECT 1 leak-detection-threshold : 15000 auto-commit : false jpa : show-sql : false open-in-view : false database : postgresql database-platform : org.hibernate.dialect.PostgreSQLDialect hibernate : ddl-auto : update properties : hibernate : format_sql : false use_sql_comments : false connection.provider_disables_autocommit : true id.new_generator_mappings : true liqu...