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

    Type Alias ClusterResponse<T>

    ClusterResponse: T | Record<string, T>

    If the command's routing is to one node we will get T as a response type, otherwise, we will get a dictionary of address: nodeResponse, address is of type string and nodeResponse is of type T.

    Type Parameters

    • T