Redis – Passing context.Context to all relevant methods, golang
I read all the decisions about dropping the ThreadLocal and I can relate. Seems like passing around the request.Context() that is of type context.Context gives the ability to manage scoped services. I am using logrus for logging and want to…