Articles tagged go.
Upgradable Read Write Lock for Go
In this blog post, we'll explore the implementation of an upgradable read-write lock in Go. We will talk about why we needed it by giving concrete examples from the real-world use case and also…
AWS Lambda + Upstash Redis + Go = 🚀❤️
Serverless compute platforms are awesome, but without serverless databases they are too limited. While I was building the platform for my upcoming course, The Elements of CI/CD, I wanted a serverless…
Distributed tracing with go-redis, Upstash and OpenTelemetry
In this tutorial, you will learn how to connect to Upstash Redis database using go-redis client and monitor performance of your app using distributed tracing. go-redis is a popular Redis client for…