Home / node / GlideClusterClient / interfaces / RouteOption @valkey/valkey-glide
@valkey/valkey-glide / GlideClusterClient / RouteOption
Interface: RouteOption
An extension to command option types with Routes.
Properties
route?
optional
route:Routes
Specifies the routing configuration for the command.
The client will route the command to the nodes defined by route
.