summaryrefslogtreecommitdiff
path: root/src/commands/geohash.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/geohash.json')
-rw-r--r--src/commands/geohash.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/geohash.json b/src/commands/geohash.json
index 0db62f315..8f4d55a62 100644
--- a/src/commands/geohash.json
+++ b/src/commands/geohash.json
@@ -1,6 +1,6 @@
{
"GEOHASH": {
- "summary": "Returns members of a geospatial index as standard geohash strings",
+ "summary": "Returns members from a geospatial index as geohash strings.",
"complexity": "O(log(N)) for each member requested, where N is the number of elements in the sorted set.",
"group": "geo",
"since": "3.2.0",