i have local.yaml file and dev.yaml file if i put redis config local.yaml or dev.yaml with other value its throwing RedisConnectionException: Unable to connect , but if create a new properties file put the same alone its working ...
redis: host: localhost port : 6379 password: root