Building on the basics, this course dives into Redis’s more advanced data structures. Learn how to leverage sets, sorted sets, bitmaps, and geospatial indexes for efficient data handling and unique use cases.
Overview
Syllabus
- Unit 1: Introduction to Redis Sets
- Counting Elements in a Redis Set using SCARD in Go
- Fix the Redis Set Retrieval in Go
- Adding and Retrieving UNESCO World Heritage Sites in Redis
- Working with Redis Sets in Go
- Working with Redis Sets in Go
- Unit 2: Exploring Sorted Sets in Redis Using Go
- Retrieving Top Players from Redis Leaderboard
- Retrieve Players with Lowest Scores
- Adding and Retrieving Top Scores from Redis Sorted Set in Go
- Managing Superhero Leaderboard with Redis Sorted Sets
- Connecting to Redis in Go and Managing Product Prices
- Unit 3: Exploring Bitmaps in Redis Using Go
- Store and Retrieve User Active Status in Redis Bit Field
- Tracking Active Status of Artists Using Redis Bits in Go
- Using Redis Bitmaps to Track User Activity in Go Language
- Unit 4: Discovering Geospatial Indexes in Redis with Go
- Calculating Distance Between Palermo and Paris in Go
- Convert Kilometers to Miles in Geodist Command
- Adding Locations and Calculating Distances with Redis Geo Commands
- Geospatial Indexing with Redis in Go