Skip to content

Commit

Permalink
Fix website.
Browse files Browse the repository at this point in the history
  • Loading branch information
prvyk committed Mar 3, 2025
1 parent 2beeb44 commit 61ee743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/commands/data-structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ The command default is to return unsorted items. Two different sorting methods c
ASC: Sort returned items from the nearest to the farthest, relative to the center.
DESC: Sort returned items from the farthest to the nearest, relative to the center.
By default all the matching items are returned. It is possible to limit the results to the first N matching items by using the COUNT <count> option.
By default all the matching items are returned. It is possible to limit the results to the first N matching items by using the COUNT option.
By default the command returns the items to the client. It is possible to store the results with one of these options:
Expand Down Expand Up @@ -1683,7 +1683,7 @@ The command default is to return unsorted items. Two different sorting methods c
ASC: Sort returned items from the nearest to the farthest, relative to the center.
DESC: Sort returned items from the farthest to the nearest, relative to the center.
By default all the matching items are returned. It is possible to limit the results to the first N matching items by using the COUNT <count> option. When ANY is provided the command will return as soon as enough matches are found, so the results may not be the ones closest to the specified point, but on the other hand, the effort invested by the server is significantly lower. When ANY is not provided, the command will perform an effort that is proportional to the number of items matching the specified area and sort them, so to query very large areas with a very small COUNT option may be slow even if just a few results are returned.
By default all the matching items are returned. It is possible to limit the results to the first N matching items by using the COUNT option. When ANY is provided the command will return as soon as enough matches are found, so the results may not be the ones closest to the specified point, but on the other hand, the effort invested by the server is significantly lower. When ANY is not provided, the command will perform an effort that is proportional to the number of items matching the specified area and sort them, so to query very large areas with a very small COUNT option may be slow even if just a few results are returned.
---
Expand Down

0 comments on commit 61ee743

Please sign in to comment.