zanePerfor icon indicating copy to clipboard operation
zanePerfor copied to clipboard

redis集群在config怎么配置?

Open 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 怎么配置?

zcpyf avatar Nov 25 '19 08:11 zcpyf