Redis Geospatial Explained

preview_player
Показать описание
Update: As of Redis version 6.2.0, the GEORADIUS command is regarded as deprecated. It can be replaced by GEOSEARCH and GEOSEARCHSTORE with the BYRADIUS argument when migrating or writing new code.

Redis Geospatial Indexes allow you to track distances between multiple locations. In this explainer, we’ll explore the common Geospatial commands GEOADD and GEORADIUS. We’ll also show you how to use Redis Geospatial Indexes to implement a local attraction app for Yosemite National Park!

Links:

Рекомендации по теме
Комментарии
Автор

Very clear and fun way of explaining this feature. Thank you!

mitri-dvp
Автор

GEORADIUS is deprecated. Would be nice to see this updated.

bearsstuff
Автор

Is it possible to map geospatial data to a graphic map in Redis Graph?

fabmeyer_ch