summaryrefslogtreecommitdiff
path: root/src/commands/geosearch.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/geosearch.json')
-rw-r--r--src/commands/geosearch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/geosearch.json b/src/commands/geosearch.json
index 88c6bf287..b2e2825d9 100644
--- a/src/commands/geosearch.json
+++ b/src/commands/geosearch.json
@@ -1,6 +1,6 @@
{
"GEOSEARCH": {
- "summary": "Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.",
+ "summary": "Queries a geospatial index for members inside an area of a box or a circle.",
"complexity": "O(N+log(M)) where N is the number of elements in the grid-aligned bounding box area around the shape provided as the filter and M is the number of items inside the shape",
"group": "geo",
"since": "6.2.0",