diff --git a/src/command/baseCommand.ts b/src/command/baseCommand.ts index 9f72afa..bb56f0c 100644 --- a/src/command/baseCommand.ts +++ b/src/command/baseCommand.ts @@ -216,7 +216,7 @@ export interface IBaseCommand { INCRBYFLOAT(key: string, field: string, increment: string): Promise; INFO( - section: 'all' | 'default' | 'everything' | 'server' | 'clients' | 'memory' + section?: 'all' | 'default' | 'everything' | 'server' | 'clients' | 'memory' | 'persistence' | 'stats' | 'replication' | 'cpu' | 'commandstats' | 'cluster' | 'modules' | 'keyspace' | 'errorstats' ): Promise;