Interface BatchCommandTraceContext

interface BatchCommandTraceContext {
    args: readonly string[];
    batchMode: "MULTI" | "PIPELINE";
    batchSize: number;
    clientId: string;
    command: string;
    database: number;
    serverAddress: string;
    serverPort: undefined | number;
}

Hierarchy (view full)

Properties

args: readonly string[]
batchMode: "MULTI" | "PIPELINE"
batchSize: number
clientId: string
command: string
database: number
serverAddress: string
serverPort: undefined | number

Generated using TypeDoc