summaryrefslogtreecommitdiff
path: root/src/commands/geosearchstore.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/geosearchstore.json')
-rw-r--r--src/commands/geosearchstore.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/geosearchstore.json b/src/commands/geosearchstore.json
index abb7ba152..dfbdaaaec 100644
--- a/src/commands/geosearchstore.json
+++ b/src/commands/geosearchstore.json
@@ -1,6 +1,6 @@
{
"GEOSEARCHSTORE": {
- "summary": "Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.",
+ "summary": "Queries a geospatial index for members inside an area of a box or a circle, optionally stores the result.",
"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",