@valkey/valkey-glide
    Preparing search index...

    Type Alias FunctionListResponse

    FunctionListResponse: Record<
        string,
        GlideString
        | Record<string, GlideString | null | GlideString[]>[],
    >[]

    Type of the response of FUNCTION LIST command.