D
D
dedulka2021-03-14 07:59:22
Redis
dedulka, 2021-03-14 07:59:22

How to select from two lists by geo in redis?

Good afternoon.
Redis 6.
There are two lists created via geoadd
GEOADD pointcity 37.382716 55.967947 point1
GEOADD pointcity 37.382720 55.967940 point2 etc...

GEOADD pointuser 37.382816 55.967847 user1
GEOADD pointuser 37.385720 55.967540

is it possible to compare two lists on redis ... like sql?
(select * from pointuser where st_distance

) select from two lists using GEODIST or GEORADIUS?
Thank you!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question