Closed
Description
Can't change the Redis startup port by modifying the application.properties's host,port,password when using RedisTemplate on Redis standalone.
But I can connect to the Redis server by way of RedisStandaloneConfiguration
So is spring-boot-starter-data-redis with version 3.2.5 unable to configure Redis startup configurations by modifying configuration files such as application.properties?