We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RedisProperties
1 parent 4ccc7dc commit 248bad3Copy full SHA for 248bad3
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
@@ -678,7 +678,7 @@ content into your application; rather pick only the properties that you need.
678
spring.mongodb.embedded.features=SYNC_DELAY # Comma-separated list of features to enable.
679
spring.mongodb.embedded.version=2.6.10 # Version of Mongo to use.
680
681
- # REDIS ({sc-spring-boot-autoconfigure}/redis/RedisProperties.{sc-ext}[RedisProperties])
+ # REDIS ({sc-spring-boot-autoconfigure}/data/redis/RedisProperties.{sc-ext}[RedisProperties])
682
spring.redis.database=0 # Database index used by the connection factory.
683
spring.redis.host=localhost # Redis server host.
684
spring.redis.password= # Login password of the redis server.
0 commit comments