Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 authored Jul 12, 2022
1 parent 0717a54 commit ca63c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/commands/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5459,7 +5459,7 @@ def geosearch(
`m` for meters (the default value), `km` for kilometers,
`mi` for miles and `ft` for feet.
``sort`` indicates to return the places in a sorted way,
ASC for nearest to farthest and DESC for farthest to nearest.
ASC for nearest to furthest and DESC for furthest to nearest.
``count`` limit the results to the first count matching items.
``any`` is set to True, the command will return as soon as
enough matches are found. Can't be provided without ``count``
Expand Down

0 comments on commit ca63c2a

Please sign in to comment.