GT / config /redis.yaml
hanxuan's picture
XxxX
330c0d5
# 是否连接redis
open: true
# redis地址
host: localhost
# redis端口
port: 6379
# redis密码,没有密码请留空
password: ''
# redis数据库
db: 0