learning_go/testing/go-code-samples/get-started-with-redis/README.md
2025-12-20 17:00:05 +03:00

224 B

Getting Started with Redis in Go

This tutorial demonstrates how to use Redis, the popular in-memory database that doubles as cache, pub/sub service, and streaming service, with Go and GoLand.

Find the tutorial here.