Skip to content

Commit 7548e91

Browse files
committed
#RI-4927 - [BE] resp, lib-name, lib-version are sent for db with redis version <7.0
1 parent 44e3cbe commit 7548e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/modules/database/database-connection.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class DatabaseConnectionService {
162162
}
163163
}
164164

165-
private async collectClientInfo(clientMetadata: ClientMetadata, client: any, version: string) {
165+
private async collectClientInfo(clientMetadata: ClientMetadata, client: any, version?: string) {
166166
try {
167167
const intVersion = parseInt(version, 10) || 0;
168168
if (intVersion < 7) {

0 commit comments

Comments
 (0)