summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/georadiusbymember.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
commit7480e618ec785ba8a1c74c8a150cffe5880fb3bb (patch)
tree87422376dd9a7eee55850f0fce9a8bb4c13e44a2 /iredis/data/commands/georadiusbymember.md
parentAdding upstream version 1.12.1. (diff)
downloadiredis-7480e618ec785ba8a1c74c8a150cffe5880fb3bb.tar.xz
iredis-7480e618ec785ba8a1c74c8a150cffe5880fb3bb.zip
Adding upstream version 1.13.0.upstream/1.13.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'iredis/data/commands/georadiusbymember.md')
-rw-r--r--iredis/data/commands/georadiusbymember.md14
1 files changed, 3 insertions, 11 deletions
diff --git a/iredis/data/commands/georadiusbymember.md b/iredis/data/commands/georadiusbymember.md
index 43d0039..5eab55d 100644
--- a/iredis/data/commands/georadiusbymember.md
+++ b/iredis/data/commands/georadiusbymember.md
@@ -1,19 +1,11 @@
This command is exactly like `GEORADIUS` with the sole difference that instead
-of taking, as the center of the area to query, a longitude and latitude value,
-it takes the name of a member already existing inside the geospatial index
-represented by the sorted set.
-
-As per Redis 6.2.0, GEORADIUS command family are considered deprecated. Please
-prefer `GEOSEARCH` and `GEOSEARCHSTORE` in new code.
+of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
The position of the specified member is used as the center of the query.
-Please check the example below and the `GEORADIUS` documentation for more
-information about the command and its options.
+Please check the example below and the `GEORADIUS` documentation for more information about the command and its options.
-Note that `GEORADIUSBYMEMBER_RO` is also available since Redis 3.2.10 and Redis
-4.0.0 in order to provide a read-only command that can be used in replicas. See
-the `GEORADIUS` page for more information.
+Note that `GEORADIUSBYMEMBER_RO` is also available since Redis 3.2.10 and Redis 4.0.0 in order to provide a read-only command that can be used in replicas. See the `GEORADIUS` page for more information.
@examples