Recap and What's Next?
What else can you do to continue your learning journey?
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 ...