nwtnsqrd
Results
1
comments of
nwtnsqrd
Hello, in case you still need an answer. You can use functionality from package https://github.com/go-redis/redis ```go var ( rdb = redis.NewClient(&redis.Options{ Addr: "localhost:6379", DB: 0, }) ctx = context.Background() )...