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

    Interface RouteOption

    An extension to command option types with Routes.

    interface RouteOption {
        route?: Routes;
    }
    Index

    Properties

    Properties

    route?: Routes

    Specifies the routing configuration for the command. The client will route the command to the nodes defined by route.