swarm-keydb

Go SDK Quick Reference

Install dependencies and test:

cd swarm-keydb-go
go test ./...

Run a complete example:

go run ./examples/user-profile

Core API:

Error handling note: Redis/server errors are returned directly (error) for invalid TTL, ACL denial, and failed reads.