This example uses the redis library to connect to Redis, write a key/value pair, and read it out again.
go get github.com/go-redis/redis
go build main.go redis_example.go
Note: You can retrieve the connection details from the Aiven Console overview tab.
./main -host <redis host> -password <redis password> -port <redis port>