diff options
Diffstat (limited to 'src/commands/georadius_ro.json')
-rw-r--r-- | src/commands/georadius_ro.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/commands/georadius_ro.json b/src/commands/georadius_ro.json index 6bf7da237..9859d3067 100644 --- a/src/commands/georadius_ro.json +++ b/src/commands/georadius_ro.json @@ -6,6 +6,12 @@ "since": "3.2.10", "arity": -6, "function": "georadiusroCommand", + "history": [ + [ + "6.2.0", + "Added the `ANY` option for `COUNT`." + ] + ], "deprecated_since": "6.2.0", "replaced_by": "`GEOSEARCH` with the `BYRADIUS` argument", "doc_flags": [ @@ -113,7 +119,8 @@ "name": "any", "token": "ANY", "type": "pure-token", - "optional": true + "optional": true, + "since": "6.2.0" } ] }, |