提交 5e27f90f authored 作者: Varun Kumaar's avatar Varun Kumaar

use name if present to initialize single client

上级 b7a80870
...@@ -48,7 +48,7 @@ exports.createClient = () => ({ ...@@ -48,7 +48,7 @@ exports.createClient = () => ({
}))); })));
} }
else { else {
clients.set(defaultKey, yield getClient(options)); clients.set(options.name || defaultKey, yield getClient(options));
} }
return { return {
defaultKey, defaultKey,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论