Categorygithub.com/VonnyJap/go-redis
modulepackage
0.0.0-20221229002537-239f8122e199
Repository: https://github.com/vonnyjap/go-redis.git
Documentation: pkg.go.dev

# README

go-redis

Sample app using redis with Go

Steps

  • Setup redis
docker pull redis
docker run --name redis-test-instance -p 6379:6379 -d redis
  • Run the script
go run main.go
  • Expect this result
Go Redis Tutorial
PONG <nil>
{"name":"Elliot","age":25}

# Structs

No description provided by the author