We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0717a54 commit ca63c2aCopy full SHA for ca63c2a
redis/commands/core.py
@@ -5459,7 +5459,7 @@ def geosearch(
5459
`m` for meters (the default value), `km` for kilometers,
5460
`mi` for miles and `ft` for feet.
5461
``sort`` indicates to return the places in a sorted way,
5462
- ASC for nearest to farthest and DESC for farthest to nearest.
+ ASC for nearest to furthest and DESC for furthest to nearest.
5463
``count`` limit the results to the first count matching items.
5464
``any`` is set to True, the command will return as soon as
5465
enough matches are found. Can't be provided without ``count``
0 commit comments