Ronald I.

Results 4 issues of Ronald I.

Turns out that there is a bug in the testing script of redisConn subdirectory. May require an analysis for a fix ```sh @rilma ➜ /workspaces/redis-in-action/golang (master) $ go test redisConn/redisConn_test.go...

This PR improves documentation in `golang/README.md`, specifically for the execution of testing script in `golang/redisConn` subdirectory. No more confusions in the proper execution, this issue #101 must be closed. ```sh...

As part of #98, this PR implements two changes, see commits. We can execute the testing cases using the same host either from Docker Compose or Command Line. Sharing run...

After making a fork of this repository and checkout out from master branch, I find that testing scripts in Go corresponding to Chapters 2 and 5 are failing in Github...