All Downloads are FREE. Search and download functionalities are using the official Maven repository.

redis.profiles.release.redis.properties Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
spring.data.redis.lettuce.client.io-thread-pool-size=8
spring.data.redis.lettuce.client.computation-thread-pool-size=8
spring.data.redis.lettuce.client.request-queue-size=1024

spring.data.redis.username=default
spring.data.redis.password=

# Standalone mode
spring.data.redis.host=localhost
spring.data.redis.port=6379

# Cluster mode: Cluster mode is prior than Standalone
spring.data.redis.cluster.nodes=




© 2015 - 2024 Weber Informatics LLC | Privacy Policy