Storages Methods
Redis support is currently in beta. If you encounter any bugs, please report them on GitHub (under Issues).
mysql:
enabled: false
host: localhost
port: 3306
database: wfly
username: root
password: root
redis:
enabled: false
host: 127.0.0.1
port: 6379
password: ''
database: 0
timeout: 2000
pool:
maxTotal: 8
maxIdle: 8
minIdle: 0Last updated