framework1/config/testing/redis.yaml

13 lines
286 B
YAML

timeout: 10s # 连接超时
read_timeout: 2s # 读超时
write_timeout: 2s # 写超时
write:
host: 10.10.103.131 # ip地址
port: 6379 # 端口
password: Worktask@Redis2023
db: 0 #db
timeout: 10s # 连接超时
read_timeout: 2s # 读超时
write_timeout: 2s # 写超时