Mini Map
Log In
Building Practical Applications with Redis Using Go
0%
1.
Welcome!
Course Overview
Introduction to Redis
Go Client Libraries for Redis
2.
Working with String and Hash Data Types
String and Hash
Build a User Management API
Challenge: String and Hash
Solution: String and Hash
Quiz: String and Hash
3.
Using Set and Sorted Set
Set and Sorted Set
Implement a Leaderboard Feature in a Game
Challenge: Set and Sorted Set
Solution: Set and Sorted Set
Quiz: Set and Sorted Set
4.
Messaging with Redis
Redis Messaging Options
Redis List Operations
Implement Worker Queues with Lists
Build a Chat Application with Redis Pub/Sub
Stream Processing with Redis Streams
Building an Application Using Redis Streams
Quiz: Redis Messaging
5.
Core Redis Features
Redis Pipeline for Performance Gains
Redis Notifications
Lua Scripting
The Scan Family of Commands
Quiz: Core Redis Features
6.
Geospatial Indexes and Probabilistic Data Structures
Geospatial Indexes
Counting at Scale with HyperLogLog
Quiz: Geospatial Indexes and HyperLogLog
7.
Running Redis Across Multiple Servers
Introduction to Distributed Redis Architectures
Scaling with Redis Cluster
Quiz: Distributed Redis Architectures
8.
Redis Modules in Action
Introduction to Redis Modules
RediSearch for Full-Text Search
RediSearch in Action
Quiz: Redis Modules
9.
Wrapping Up
Recap and What's Next?
Thank you!
Mini Project
Premium
Final Project
Building Practical Applications with Redis Using Go
/
...
/
Challenge: Set and Sorted Set
Challenge: Set and Sorted Set
Test your understanding of the set and sorted set data types.
We'll cover the following...
Coding exercise
...