Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your PUT & POST data — but nowadays, just use the json method!
go-redis is the official Redis client library for the Go programming language. It offers a straightforward interface for interacting with Redis servers.