Momento Go SDK

Welcome to the Momento Go SDK documentation!
The Momento Go SDK is available to install via GitHub: go get github.com/momentohq/client-sdk-go
.
The source code can be found on GitHub: momentohq/client-sdk-go.
Requirements
- Go
- A Momento API key is required; you can get one from the Momento Web Console.
Resources
- Go SDK Cheat Sheet
- Go SDK Examples: working example projects that illustrate how to use the Go SDK
- COMING SOON: Observability: Logging and Client-side Metrics with the Go SDK
- COMING SOON: Taking your code to prod: Configuration and Error handling in the Go SDK
Integrations
- Redis Compatibility Client for
@go-redis
- a drop-in replacement that allows you to use Momento Cache with your existinggo-redis
code! See also our Redis Client Compatibility page.