Tag

GEO

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 11, 2023 · Backend Development

Implementing Nearby Search with Redis GEO in a NestJS Backend

This tutorial demonstrates how to use Redis' GEO data structure together with Docker, RedisInsight, and a NestJS backend to store location data, perform distance calculations and radius searches, and finally display nearby points on a web map using AMap and Axios.

AMapBackendDocker
0 likes · 13 min read
Implementing Nearby Search with Redis GEO in a NestJS Backend
Architecture & Thinking
Architecture & Thinking
Oct 31, 2022 · Databases

Mastering Redis GEO: Store and Query Geolocation Data Efficiently

This article explains Redis' GEO feature, covering its data structures, commands like GEOADD, GEOPOS, GEODIST, GEORADIUS, and GEORADIUSBYMEMBER, and demonstrates how to store, retrieve, and calculate distances for location‑based services with practical code examples and visual illustrations.

CommandsDatabaseGEO
0 likes · 10 min read
Mastering Redis GEO: Store and Query Geolocation Data Efficiently
Big Data Technology Architecture
Big Data Technology Architecture
Jul 22, 2019 · Databases

Beyond Caching: Common Redis Use Cases and Their Pitfalls

This article explores Redis beyond its traditional caching role, covering distributed locks, message queues, bitmaps, Bloom filters, geolocation, and rate limiting, while highlighting typical implementation patterns, code examples, and the inherent limitations of each scenario.

BitmapBloom FilterDistributed Lock
0 likes · 12 min read
Beyond Caching: Common Redis Use Cases and Their Pitfalls