We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73920f6 commit 9e3444dCopy full SHA for 9e3444d
redisinsight/api/src/modules/redis/redis.service.ts
@@ -190,7 +190,7 @@ export class RedisService {
190
return client;
191
}
192
193
- public async createClientAutomatically(database: Database, tool: AppTool, connectionName) {
+ public async createClientAutomatically(database: Database, tool: ClientContext, connectionName) {
194
// try sentinel connection
195
if (database?.sentinelMaster) {
196
try {
0 commit comments