Are you an LLM? You can read better optimized documentation at /reference/config/redis.md for this page in Markdown format
Redis Configuration
| Property | Type | Default | Description |
|---|---|---|---|
wow.redis.enabled | Boolean | true | Enable Redis integration |
Redis connection is configured through Spring Boot's standard spring.data.redis.* properties.
Example
yaml
spring:
data:
redis:
host: localhost
port: 6379
wow:
redis:
enabled: true