Search⌘ K
AI Features

Recap and What's Next?

Explore a comprehensive review of using Redis with Go, covering data types, messaging, scripting, and scaling techniques. Understand how to apply these concepts in real projects and find guidance on further learning paths to deepen your Redis and Go skills.

We'll cover the following...

Recap

This course covered how to use Redis with the Go programming language to build practical solutions. We covered the core data types of Redis—string, hash, set, sorted set, geospatial, and HyperLogLog. In addition to this, we also learned how to use Redis for messaging applications with Redis list, Pub/Sub, and streams. We ...