You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?