Skip to content

Commit

Permalink
Fix docs for RouteOption
Browse files Browse the repository at this point in the history
Signed-off-by: EdricCua <[email protected]>
  • Loading branch information
EdricCua committed Jan 29, 2025
1 parent 695cd77 commit ec183a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go/api/options/route_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ package options

import "github.com/valkey-io/valkey-glide/go/glide/api/config"

// An extension to command option types with Routes
type RouteOption struct {
// Specifies the routing configuration for the command.
// The client will route the command to the nodes defined by `route`.
Route config.Route
}

0 comments on commit ec183a4

Please sign in to comment.