summaryrefslogtreecommitdiff
path: root/src/commands/geoadd.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/geoadd.json')
-rw-r--r--src/commands/geoadd.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/geoadd.json b/src/commands/geoadd.json
index bd9c40ebc..5409bfcdb 100644
--- a/src/commands/geoadd.json
+++ b/src/commands/geoadd.json
@@ -1,6 +1,6 @@
{
"GEOADD": {
- "summary": "Add one or more geospatial items in the geospatial index represented using a sorted set",
+ "summary": "Adds one or more members to a geospatial index. The key is created if it doesn't exist.",
"complexity": "O(log(N)) for each item added, where N is the number of elements in the sorted set.",
"group": "geo",
"since": "3.2.0",