zcpyf opened this issue 5 years ago · 0 comments
// redis配置 config.redis = { client: { port: 6379, // Redis port host: 'xx.xx.xx.xx', // Redis host password: 'xxxxxx', db: 0, }, };
现在看到的是配置单机的,集群的redis 怎么配置?