v4.0.0
- This release will upgrade the version of
go-redis/redis
fromv7.4.0
tov8.4.4
. - Also, this will now support command level
Context
handling as supported bygo-redis
. - And as
redigo
does not support Context yet the methodSetContext
will be meaningless for the client, and it's will be backward compatible.