summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorItamar Haber <itamar@garantiadata.com>2022-01-09 11:13:32 +0200
committerGitHub <noreply@github.com>2022-01-09 11:13:32 +0200
commit75c50a15633881bb2bf0455bdabcbbabc0e47044 (patch)
treecf2d7dd75c7a2cbc99c8424ac47e79b1f67ef87c /src/commands
parentb9669829c8bc067f8a472c3dafe52e867965393c (diff)
downloadredis-75c50a15633881bb2bf0455bdabcbbabc0e47044.tar.gz
Fixes 'since' for GEORADIUS[BYMEMBER]_RO (#10034)
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/georadius_ro.json2
-rw-r--r--src/commands/georadiusbymember_ro.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/georadius_ro.json b/src/commands/georadius_ro.json
index 20271c1ed..732c37995 100644
--- a/src/commands/georadius_ro.json
+++ b/src/commands/georadius_ro.json
@@ -3,7 +3,7 @@
"summary": "A read-only variant for GEORADIUS",
"complexity": "O(N+log(M)) where N is the number of elements inside the bounding box of the circular area delimited by center and radius and M is the number of items inside the index.",
"group": "geo",
- "since": "5.0.0",
+ "since": "3.2.10",
"arity": -6,
"function": "georadiusroCommand",
"deprecated_since": "6.2.0",
diff --git a/src/commands/georadiusbymember_ro.json b/src/commands/georadiusbymember_ro.json
index 01e261c47..57d98da88 100644
--- a/src/commands/georadiusbymember_ro.json
+++ b/src/commands/georadiusbymember_ro.json
@@ -3,7 +3,7 @@
"summary": "A read-only variant for GEORADIUSBYMEMBER",
"complexity": "O(N+log(M)) where N is the number of elements inside the bounding box of the circular area delimited by center and radius and M is the number of items inside the index.",
"group": "geo",
- "since": "5.0.0",
+ "since": "3.2.10",
"arity": -5,
"function": "georadiusbymemberroCommand",
"deprecated_since": "6.2.0",