diff options
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/georadius_ro.json | 2 | ||||
-rw-r--r-- | src/commands/georadiusbymember_ro.json | 2 |
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", |