Unverified 提交 5709f238 authored 作者: ziyun.zhu's avatar ziyun.zhu 提交者: GitHub

Merge pull request #12 from hkjeffchan/patch-1

Add method to get all redis client list
...@@ -18,4 +18,8 @@ export class RedisService { ...@@ -18,4 +18,8 @@ export class RedisService {
} }
return this.redisClient.clients.get(name) return this.redisClient.clients.get(name)
} }
getClients(): Map<string, Redis.Redis> {
return this.redisClient.clients;
}
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论