- Added getting statistics of all connection pools
- Fixed error return value for MGetWithGD
-
Update go-redis library to v8
-
All commands require
context.Context
as a first argument, e.g.Ping(ctx)
. If you are not usingcontext.Context
yet, the simplest option is to define global package variablevar ctx = context.TODO()
and use it whenctx
is required -
Full support for
context.Context
canceling
- Bug fixes
- Adding new commands with graceful degradation support (MGetWithGD, MSetWithGD)
- Initial public version