Tagged articles
3 articles
Page 1 of 1
Programmer DD
Programmer DD
Dec 17, 2019 · Databases

How Redis GEOADD & GEORADIUS Power Nearby-User Searches: Deep Code Dive

This article explains how Redis implements location-based “nearby people” features using GEOADD and GEORADIUS commands, detailing their syntax, underlying geohash algorithm, source code flow, and performance characteristics, while also discussing related options, complexity, and practical usage considerations.

GEOADDGEORADIUSGeoHash
0 likes · 18 min read
How Redis GEOADD & GEORADIUS Power Nearby-User Searches: Deep Code Dive