Skip to content

Commit

Permalink
fix route doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamazon committed Feb 28, 2024
1 parent cebe13d commit dbc39f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python/glide/async_commands/cluster_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ async def dbsize(self, route: Optional[Route] = None) -> int:
See https://redis.io/commands/dbsize for more details.
Args:
route (Optional[Route]): The command will be routed to all nodes, unless `route` is provided,
route (Optional[Route]): The command will be routed to all primaries, unless `route` is provided,
in which case the client will route the command to the nodes defined by `route`.
Returns:
Expand Down

0 comments on commit dbc39f3

Please sign in to comment.